-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 922 Bytes
/
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
{
"name": "quizlive",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"bcrypt": "~0.8.1",
"body-parser": "^1.3.1",
"bookshelf": "^0.7.7",
"express": "^4.4.0",
"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"
}