forked from Skydipper/doc-executor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
48
49
{
"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",
"dev-windows": "cross-env 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": {
"JSONStream": "^1.3.1",
"amqplib": "^0.5.2",
"bluebird": "^3.4.7",
"bunyan": "^1.8.5",
"config": "^1.21.0",
"cross-env": "^5.2.0",
"rw-doc-importer-messages": "git+http://github.com/resource-watch/doc-importer-messages.git#master",
"download": "^7.1.0",
"elasticsearch": "^14.0.0",
"fast-csv": "^2.4.1",
"lodash": "^4.17.4",
"randomstring": "^1.1.5",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"s3": "^4.4.0",
"stampery": "^6.0.2",
"xml-json": "^2.0.2"
}
}