forked from Skydipper/document-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.72 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "rw-adapter-document",
"version": "1.1.2",
"description": "Resource Watch - Adapter document",
"main": "index.js",
"scripts": {
"test-e2e": "NODE_PATH=app/src grunt --gruntfile app/Gruntfile.js e2eTest",
"test-unit": "NODE_PATH=app/src grunt --gruntfile app/Gruntfile.js unitTest",
"start": "NODE_PATH=app/src node app/index.js",
"test": "NODE_PATH=app/src NODE_ENV=test grunt --gruntfile app/Gruntfile.js test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resource-watch/rw_adapter_csv.git"
},
"keywords": [
"gfw",
"api",
"microservice",
"node",
"javascript",
"koa"
],
"author": "rrequero",
"license": "MIT",
"bugs": {
"url": "https://github.com/resource-watch/rw_adapter_csv/issues"
},
"homepage": "https://github.com/resource-watch/rw_adapter_csv#readme",
"dependencies": {
"JSONStream": "^1.3.1",
"bluebird": "^3.2.1",
"bull": "1.0.0",
"bunyan": "^1.8.5",
"cluster": "^0.7.7",
"co": "4.6.0",
"co-request": "1.0.0",
"co-sleep": "0.0.1",
"config": "1.19.0",
"ct-register-microservice-node": "2.1.2",
"elasticsearch": "^12.1.3",
"elasticsearch-csv": "git+https://github.com/rrequero/elasticsearch-csv.git#timeout",
"amqplib": "^0.5.2",
"doc-importer-messages": "git+http://github.com/resource-watch/doc-importer-messages.git#master",
"fast-csv": "1.0.0",
"geojson": "^0.4.1",
"json2csv": "^3.6.3",
"jsonapi-serializer": "2.1.1",
"koa": "1.1.2",
"koa-bodyparser": "2.0.1",
"koa-compress": "^1.0.9",
"koa-logger": "1.3.0",
"koa-mount": "1.3.0",
"koa-router": "5.4.0",
"koa-validate": "0.2.11",
"koa-write": "0.0.2",
"lodash": "4.2.0",
"md5": "2.1.0",
"randomstring": "1.1.5",
"s3": "^4.4.0",
"simple-sql-parser": "git+https://github.com/rrequero/simpleSqlParser.git#between",
"sql2json": "1.6.5",
"terraformer-wkt-parser": "^1.1.2",
"uuid": "2.0.1",
"xml-json": "^2.0.2"
},
"devDependencies": {
"babel-eslint": "^7.2.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"co-mocha": "1.1.2",
"blanket": "1.2.2",
"grunt": "0.4.5",
"grunt-apidoc": "0.10.1",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-watch": "0.6.1",
"grunt-express-server": "0.5.1",
"grunt-mocha-test": "0.12.7",
"grunt-notify": "0.4.3",
"load-grunt-tasks": "3.4.0",
"mocha": "2.4.5",
"mockery": "1.4.1",
"should": "8.2.2",
"should-http": "0.0.4",
"sinon": "1.17.3",
"supertest": "1.2.0"
}
}