-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
{
"name": "kenthackenough",
"version": "1.0.0",
"description": "The world's best hackathon website.",
"scripts": {
"start": "node app.js | bunyan",
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hacksu/kenthackenough.git"
},
"author": "Paul Dilyard",
"license": "MIT",
"bugs": {
"url": "https://github.com/hacksu/kenthackenough/issues"
},
"homepage": "http://khe.io",
"devDependencies": {
"mocha": "2.3.x",
"should": "7.1.x",
"supertest": "1.1.x"
},
"dependencies": {
"bcryptjs": "2.3.x",
"body-parser": "1.14.x",
"bunyan": "^1.8.12",
"compression": "1.5.x",
"cors": "2.7.x",
"csv": "0.4.x",
"express": "^4.13.4",
"express-zip": "2.0.x",
"extend": "3.0.x",
"flow": "0.2.x",
"marked": "0.3.x",
"mongoose": "4.1.x",
"multiparty": "4.1.x",
"mv": "^2.1.1",
"node-gcm": "0.12.x",
"redis": "2.0.x",
"sendgrid": "1.9.x",
"socket.io": "1.3.x",
"to-csv": "0.1.x",
"uuid": "2.0.x",
"validate": "3.0.x"
}
}