-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 914 Bytes
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
{
"name": "Falconer",
"version": "0.0.0",
"description": "Install Express npm install -g express // global install",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zdlm/Falconer"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zdlm/Falconer/issues"
},
"homepage": "https://github.com/zdlm/Falconer",
"dependencies": {
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"jade": "~1.9.2",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0",
"angular-websocket": "^1.0.9",
"bootstrap": "^3.3.2",
"follow-redirects": "0.0.3",
"moment": "^2.9.0",
"node-uuid": "^1.4.3",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"underscore": "^1.8.2"
}
}