UNPKG

1.18 kBJSONView Raw
1{
2 "name": "mongodb-ace-autocompleter",
3 "version": "0.3.2",
4 "description": "Ace Editor Autocompleter for MongoDB Queries & Agg Pipelines",
5 "main": "index.js",
6 "scripts": {
7 "check": "mongodb-js-precommit './lib/**/*.js' './test/**/*.js'",
8 "test": "mocha --recursive test/setup.js ./test/**/*.test.js",
9 "ci": "npm run test",
10 "preci": "npm run check"
11 },
12 "precommit": [
13 "check"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/mongodb-js/ace-autocompleter.git"
18 },
19 "keywords": [
20 "MongoDB",
21 "Ace"
22 ],
23 "author": "durran@gmail.com",
24 "license": "Apache-2.0",
25 "bugs": {
26 "url": "https://github.com/mongodb-js/ace-autocompleter/issues"
27 },
28 "homepage": "https://github.com/mongodb-js/ace-autocompleter#readme",
29 "devDependencies": {
30 "brace": "^0.11.1",
31 "chai": "^4.1.2",
32 "eslint-config-mongodb-js": "^2.2.0",
33 "jsdom": "^11.7.0",
34 "jsdom-global": "^3.0.2",
35 "mocha": "^5.0.5",
36 "mongodb-js-fmt": "^0.0.3",
37 "mongodb-js-precommit": "^0.3.0",
38 "pre-commit": "^1.1.3",
39 "sinon": "^4.5.0",
40 "sinon-chai": "^3.0.0"
41 },
42 "dependencies": {
43 "semver": "^5.5.0"
44 }
45}