-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 735 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 735 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
{
"name": "server",
"version": "0.0.0",
"description": "ERROR: No README.md file found!",
"main": "server.js",
"dependencies": {
"bitly": "~1.2.4",
"bson": "~0.1.5",
"config": "~0.4.17",
"express": "~3.0.0",
"geolib": "~1.2.3",
"mongoose": "~3.3.1",
"node-pusher": "~0.0.2",
"request": "~2.11.4",
"underscore": "~1.4.2",
"eyes": "~0.1.8",
"gridfs-stream": "~0.3.2",
"inspect": "~0.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hackmanchester/team-kill-screen-node.git"
},
"author": "",
"license": "BSD"
}