-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 749 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
{
"name": "nodeup",
"version": "0.0.2",
"description": "This is a little project I am working on with [Jamie Knight](https://github.com/jamiek23) to make a website similar to isup.me, but with more awesome features!",
"main": "server.js",
"dependencies": {
"express": "^3.4.8",
"follow-redirects": "^0.0.3",
"socket.io": "^1.3.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bag-man/nodeup.git"
},
"author": "bag-man",
"license": "ISC",
"bugs": {
"url": "https://github.com/bag-man/nodeup/issues"
},
"homepage": "https://github.com/bag-man/nodeup"
}