forked from Skydipper/doc-writer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 973 Bytes
/
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
{
"name": "doc-writer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "",
"start": "NODE_PATH=app/src node app/index.js",
"dev": "NODE_PATH=app/src nodemon app/index.js | bunyan"
},
"keywords": [],
"author": "Vizzuality",
"license": "MIT",
"devDependencies": {
"assert": "^1.4.1",
"babel-eslint": "^6.1.0",
"eslint": "^2.12.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"mocha": "^3.2.0",
"nock": "^9.0.2",
"nodemon": "^1.12.1",
"should": "^11.2.1",
"superagent": "^3.3.1",
"supertest": "^3.0.0"
},
"dependencies": {
"amqplib": "^0.5.2",
"bluebird": "^3.4.7",
"bunyan": "^1.8.5",
"config": "^1.21.0",
"doc-importer-messages": "git+http://github.com/resource-watch/doc-importer-messages.git#master",
"elasticsearch": "^14.0.0"
}
}