-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.94 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
{
"name": "rw-adapter-carto",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "CT_URL=http://mymachine:9000 LOCAL_URL=http://mymachine:3005 NODE_PATH=app/src PORT=3005 node ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js",
"start": "NODE_PATH=app/src node app/index.js",
"test": "NODE_PATH=app/src node ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js e2eTest",
"test-watch": "NODE_PATH=app/src CT_URL=http://tower.test node ./node_modules/.bin/grunt --gruntfile app/Gruntfile.js e2eTest-watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"assert": "^1.4.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.4",
"grunt": "^1.0.3",
"grunt-apidoc": "^0.11.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-express-server": "^0.5.4",
"grunt-mocha-test": "^0.13.3",
"grunt-notify": "^0.4.5",
"load-grunt-tasks": "^4.0.0",
"mocha": "^5.2.0",
"nock": "^10.0.6",
"should": "^13.2.3",
"superagent": "^4.1.0",
"supertest": "^3.4.1"
},
"dependencies": {
"JSONStream": "^1.3.0",
"babel-core": "^6.10.4",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-stage-3": "^6.11.0",
"bluebird": "^3.4.7",
"bunyan": "^1.8.5",
"config": "^1.21.0",
"ct-register-microservice-node": "^2.1.7",
"json2csv": "^3.7.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",
"simple-sql-parser": "1.3.1",
"sql2json": "2.0.5"
}
}