forked from fuselabs/workerdispatch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "quizlive",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"angular-google-maps": "*",
"angular-moment": "^0.10.2",
"bcryptjs": "*",
"body-parser": "^1.3.1",
"bookshelf": "^0.7.7",
"chalk": "^1.1.1",
"checkit": "*",
"express": "^4.4.0",
"humanize": "*",
"knex": "^0.6.22",
"method-override": "^2.2.0",
"nforce": "~0.7.0",
"node-uuid": "^1.4.1",
"pg": "^3.4.4",
"socket.io": "^1.1.0",
"sqlite3": "^3.0.0",
"validator": "~3.5.0",
"websocket": "^1.0.8"
},
"engines": {
"node": "0.10.35"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"load_questions": "node server/load_questions.js"
},
"author": {
"name": "Scott Persinger",
"email": "[email protected]",
"url": "https://twitter.com/persingerscott"
},
"repository": "https://github.com/heroku/mobile-template1",
"homepage": "https://github.com/heroku/mobile-template1",
"license": "MIT"
}