forked from appirio-tech/lc1-challenge-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.66 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
{
"name": "lc1-challenge-service",
"version": "0.0.1",
"private": "false",
"description": "topcoder Challenge service",
"keywords": [],
"author": "Appirio",
"license": "",
"main": "app.js",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"a127-magic": "^0.7.x",
"async": "^0.9.0",
"body-parser": "^1.9.0",
"common-errors": "^0.4.18",
"config": "^1.x.x",
"db-migrate": "^0.8.0",
"dotenv": "^0.5.1",
"express": "4.x.x",
"forever": "^0.14.1",
"grunt-cli": "^0.1.x",
"grunt-concurrent": "^1.x.x",
"grunt-contrib-clean": "^0.6.x",
"grunt-contrib-jshint": ">=0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-db-migrate": "0.2.0",
"grunt-nodemon": "^0.4.0",
"grunt-swagger-js-codegen": ">0.2.9",
"grunt-swagger-tools": "0.1.4",
"js-yaml": "^3.x.x",
"jshint": "^2.x.x",
"load-grunt-tasks": "^3.x.x",
"lodash": "^2.4.x",
"morgan": "^1.x.x",
"newrelic": "^1.12.1",
"pg": "^4.2.0",
"sequelize": "^1.7.10",
"serenity-auth": "^1.0.3",
"serenity-controller-helper": "^1.0.1",
"serenity-datasource": "^1.0.0",
"serenity-partial-response-helper": "^1.0.1",
"serenity-route-helper": "^1.0.2",
"serenity-storage": "^1.0.0",
"time-grunt": "^1.x.x",
"winston": "^0.9.0"
},
"devDependencies": {
"grunt": ">=0.4.5",
"grunt-mocha-test": "^0.12.0",
"mocha": "^2.1.0",
"should": "^4.0.4",
"supertest": "^0.15.0"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"yamlTest": "grunt yamlTest"
},
"api": {
"name": "lc1-challenge-service",
"basePath": "/",
"docsPath": "/docs",
"main": "app.js "
}
}