-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
67 lines (67 loc) · 1.6 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": "serenity-discussion-api",
"version": "0.0.1",
"private": "false",
"description": "topcoder Discussion API",
"keywords": [],
"author": "Appirio",
"license": "",
"main": "app.js",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"a127-magic": "~0.7.*",
"appirio-grunt-swagger-tools": "^0.1.0",
"async": "^0.9.0",
"body-parser": "^1.9.0",
"config": "1.2",
"cors": "^2.4",
"db-migrate": "0.7.1",
"express": "4.x.x",
"express-jwt": "~0.2.1",
"forever": "^0.11.1",
"fs-extra": "^0.11.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-db-migrate": "0.2.0",
"grunt-env": "^0.4.1",
"grunt-nodemon": "0.2.1",
"inflection": "1.5.1",
"js-yaml": "",
"kue": "^0.8.9",
"load-grunt-tasks": "^0.4.0",
"lodash": "^2.4.1",
"newrelic": "^1.12.1",
"pg": "^3.4.1",
"redis": "^0.12.1",
"request": "^2.47.0",
"request-json": "~0.5.0",
"sequelize": "^1.7.10",
"swagger-tools": "~0.6.13",
"time-grunt": "^0.3.1"
},
"devDependencies": {
"should": "^4.0.4",
"mocha": "1.21.4",
"jshint": "2.5.5",
"supertest": "^0.13.0",
"grunt-mocha-test": "^0.12.0",
"grunt-swagger-js-codegen": ">0.2.9",
"swagger-parser": "1.0.1"
},
"scripts": {
"start": "grunt",
"test": "grunt test"
},
"api": {
"name": "serenity-discussion-api",
"basePath": "/",
"docsPath": "/docs",
"main": "app.js"
}
}