-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.23 KB
/
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
37
38
39
{
"name": "multi-web-audio-sequencer",
"version": "0.1.0",
"description": "Multi-user step sequencer using Freesound content",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "Xavier Favory <xavier.favory@gmail.com>, Valentin Nerin, Nicolas Derouineau",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "^1.18.2",
"bootstrap-slider": "^10.0.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^1.3.2",
"cookieparser": "^0.1.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.2",
"method-override": "^2.3.10",
"nodemon": "^1.14.11",
"session-file-store": "^1.1.2",
"session.socket.io": "^0.2.1",
"socket.io": "^2.0.4",
"socket.io-express-session": "^0.1.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/xavierfav/multi-web-audio-sequencer.git"
},
"bugs": {
"url": "https://github.com/xavierfav/multi-web-audio-sequencer/issues"
},
"homepage": "https://github.com/xavierfav/multi-web-audio-sequencer#readme",
"description": "INSTALL\r -------------------"
}