-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
91 lines (91 loc) · 2.57 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
{
"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",
"start": "NODE_PATH=app/src node $NODE_DEBUG_OPTION app/index.js",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resource-watch/document-adapter.git"
},
"keywords": [
"gfw",
"api",
"microservice",
"node",
"javascript",
"koa"
],
"author": "rrequero",
"license": "MIT",
"bugs": {
"url": "https://github.com/resource-watch/document-adapter/issues"
},
"homepage": "https://github.com/resource-watch/document-adapter",
"dependencies": {
"JSONStream": "^1.3.4",
"amqplib": "^0.5.2",
"bluebird": "^3.5.2",
"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.6",
"elasticsearch": "^12.1.3",
"fast-csv": "1.0.0",
"geojson": "^0.4.1",
"json2csv": "^3.11.5",
"jsonapi-serializer": "2.1.1",
"koa": "2.5.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.17.11",
"md5": "2.1.0",
"randomstring": "1.1.5",
"rw-doc-importer-messages": "1.2.1",
"s3": "^4.4.0",
"sleep": "^6.0.0",
"sql2json": "2.0.6",
"terraformer-wkt-parser": "^1.2.0",
"uuid": "2.0.1",
"xml-json": "^2.0.2"
},
"devDependencies": {
"babel-eslint": "9.0.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"deep-equal-in-any-order": "^1.0.10",
"eslint": "5.5.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.11.1",
"grunt": "1.0.3",
"grunt-apidoc": "0.11.0",
"grunt-cli": "1.3.1",
"grunt-contrib-clean": "1.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": "^1.1.1",
"load-grunt-tasks": "4.0.0",
"mocha": "5.2.0",
"nock": "9.4.4",
"nyc": "^12.0.2",
"sleep": "^6.0.0"
}
}