-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "doc-writer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js test",
"coverage": "NODE_PATH=app/src node $NODE_DEBUG_OPTION ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js nyc",
"start": "NODE_PATH=app/src node app/index.js"
},
"keywords": [],
"author": "Vizzuality",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.0.1",
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"chai-match": "^1.1.1",
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-express-server": "^0.5.4",
"grunt-mocha-test": "^0.13.3",
"grunt-notify": "^0.4.5",
"grunt-simple-nyc": "^2.0.0",
"load-grunt-tasks": "^4.0.0",
"mocha": "^6.0.2",
"nock": "^10.0.6",
"nodemon": "^1.18.10",
"sleep": "^6.0.0"
},
"dependencies": {
"amqplib": "^0.5.2",
"bluebird": "^3.4.7",
"bunyan": "^1.8.5",
"config": "^1.21.0",
"rw-doc-importer-messages": "^1.2.0",
"elasticsearch": "^14.0.0"
}
}