forked from Skydipper/query
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "query",
"version": "1.0.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"
},
"keywords": [],
"author": "",
"license": "ISC",
"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",
"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.3.4",
"nock": "^9.0.2",
"should": "^8.2.0",
"superagent": "^3.3.1",
"supertest": "^1.1.0"
},
"dependencies": {
"s3": "^4.4.0",
"bluebird": "^3.4.7",
"bunyan": "^1.8.5",
"config": "^1.21.0",
"ct-register-microservice-node": "^2.0.2",
"fs-promise": "^2.0.3",
"jsonapi-serializer": "2.1.1",
"kcors": "^2.1.1",
"koa": "^2.0.0",
"koa-body": "^1.4.0",
"koa-convert": "^1.2.0",
"koa-logger": "^2.0.0",
"koa-mount": "2.0.0",
"koa-router": "^7.0.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"sql2json": "1.6.4"
}
}