-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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": "template",
"authors": [
"Sébastien Robaszkiewicz",
"Norbert Schnell",
"Benjamin Matuszewski"
],
"description": "This template allows you to bootstrap a Soundworks scenario. The example scenario of this template allows the connected clients to play a sound.",
"version": "0.4.0",
"scripts": {
"bundle": "node ./bin/scripts --bundle",
"start": "node dist/server/index.js",
"watch": "node ./bin/scripts --watch",
"mongo": "./bin/mongo.sh"
},
"dependencies": {
"assert": "^1.3.0",
"babel-runtime": "^5.8.34",
"connect": "^3.4.1",
"connect-render": "^0.4.1",
"mongodb": "^2.1.7",
"motion-input": "github:collective-soundworks/motion-input",
"serve-static": "^1.10.2",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"source-map-support": "^0.4.0",
"waves-audio": "github:wavesjs/audio",
"waves-lfo": "github:wavesjs/lfo",
"waves-loaders": "github:wavesjs/loaders"
},
"devDependencies": {
"babel": "^5.8.34",
"browserify": "^12.0.1",
"fs-extra": "^0.26.2",
"node-sass": "^3.4.1",
"node-watch": "^0.3.4",
"watchify": "^3.6.0"
}
}