-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.91 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.91 KB
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
{
"name": "query",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "CT_URL=http://mymachine:9000 LOCAL_URL=http://mymachine:5000 API_VERSION=v1 NODE_PATH=app/src PORT=5000 node --harmony ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js | bunyan",
"start": "NODE_PATH=app/src node $NODE_DEBUG_OPTION app/index",
"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"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-eslint": "9.0.0",
"chai": "4.1.2",
"chai-http": "4.2.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-jshint": "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",
"supertest": "3.2.0"
},
"dependencies": {
"@google-cloud/storage": "^1.5.1",
"bluebird": "^3.5.2",
"bunyan": "^1.8.5",
"config": "^1.31.0",
"ct-register-microservice-node": "2.1.6",
"fs-promise": "^2.0.3",
"jiminy": "0.1.1",
"jsonapi-serializer": "3.5.6",
"kcors": "^2.2.2",
"koa": "^2.5.3",
"koa-body": "^1.7.0",
"koa-convert": "^1.2.0",
"koa-logger": "^2.0.0",
"koa-mount": "2.0.0",
"koa-router": "^7.0.1",
"request": "2.88.0",
"request-promise": "4.2.2",
"sql2json": "2.0.6"
}
}