-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 950 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
35
36
{
"name": "socketjam",
"version": "1.0.0",
"description": "a tone.js and socket.io based collaborative music improv app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-watch": "webpack -w",
"build": "webpack",
"start": "nodemon server/index.js"
},
"author": "ian munro",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ianmunrobot/socketjam.git"
},
"bugs": {
"url": "https://github.com/ianmunrobot/socketjam/issues"
},
"homepage": "https://github.com/ianmunrobot/socketjam#readme",
"dependencies": {
"bootstrap": "^3.3.7",
"chalk": "^1.1.3",
"express": "^4.14.0",
"http": "0.0.0",
"jquery": "^3.1.1",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"socket.io": "^1.7.2",
"startaudiocontext": "^1.2.0",
"tone": "^0.9.0",
"volleyball": "^1.4.1",
"webpack": "^1.14.0"
}
}