-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 930 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
{
"name": "noizesServerNG",
"version": "0.0.1",
"description": "noizesServer is a cooperative soundbox developed for fun, to tinker with nodeJS, express and socket.io. In fact, this is the first time I'm working with nodejs, so be kind ;)",
"main": "server.js",
"dependencies": {
"express": "^4.12.3",
"fs": "0.0.2",
"multer": "^0.1.8",
"shell-escape": "^0.2.0",
"shelljs": "^0.4.0",
"sillyname": "0.0.3",
"socket.io": "^1.3.5",
"tmp": "0.0.25",
"winston": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/sruffilli/noizesServer2.git"
},
"bugs": {
"url": "https://github.com/sruffilli/noizesServer2/issues"
},
"homepage": "https://github.com/sruffilli/noizesServer2"
}