-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.92 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
{
"name": "converter",
"version": "1.4.1",
"description": "Converter API",
"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 $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/gfw-api/converter.git"
},
"keywords": [
"converter",
"api",
"microservice",
"node",
"javascript",
"koa"
],
"author": "rrequero",
"license": "MIT",
"bugs": {
"url": "https://github.com/gfw-api/converter/issues"
},
"homepage": "https://github.com/gfw-api/converter#readme",
"dependencies": {
"arcgis-to-geojson-utils": "1.0.1",
"bunyan": "1.7.1",
"config": "1.19.0",
"ct-register-microservice-node": "^2.1.7",
"jsonapi-serializer": "3.2.1",
"koa": "1.6.2",
"koa-bodyparser": "2.0.1",
"koa-logger": "1.3.0",
"koa-mount": "1.3.0",
"koa-router": "5.4.0",
"simple-sql-parser": "git+https://github.com/rrequero/simpleSqlParser.git#between-support",
"sql2json": "2.0.6"
},
"devDependencies": {
"chai": "4.1.2",
"chai-http": "4.2.0",
"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-cli": "1.3.1",
"grunt-contrib-watch": "1.1.0",
"grunt-express-server": "0.5.4",
"grunt-mocha-test": "0.13.3",
"grunt-simple-nyc": "^1.1.1",
"load-grunt-tasks": "4.0.0",
"mocha": "5.2.0",
"nock": "^10.0.1",
"nyc": "^12.0.2"
}
}