-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 862 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
{
"name": "cs132finalprj",
"version": "1.0.0",
"description": "final project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petrosdawit/cs132finalprj.git"
},
"author": "many",
"license": "ISC",
"bugs": {
"url": "https://github.com/petrosdawit/cs132finalprj/issues"
},
"homepage": "https://github.com/petrosdawit/cs132finalprj#readme",
"dependencies": {
"any-db": "^2.2.0",
"any-db-mysql": "^2.1.2",
"any-db-sqlite3": "^2.1.4",
"body-parser": "^1.17.1",
"consolidate": "^0.14.5",
"express": "^4.15.2",
"hogan": "^1.0.2",
"http": "0.0.0",
"package.json": "^2.0.1",
"path": "^0.12.7",
"socket.io": "^1.7.3",
"sqlite3": "^3.1.8"
}
}