-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
40
41
42
43
44
45
{
"name": "chloe-the-dawn",
"authors": [
"Norbert Schnell",
"Benjamin Matuszewski",
"David Poirier-Quinot"
],
"description": "Soundworks application template.",
"license": "BSD-3-Clause",
"version": "1.1.1",
"scripts": {
"minify": "node ./bin/runner --minify",
"prewatch": "npm run transpile",
"start": "node ./bin/runner --start",
"transpile": "node ./bin/runner --transpile",
"watch": "node ./bin/runner --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/collective-soundworks/soundworks-template"
},
"dependencies": {
"babel-runtime": "^6.6.1",
"color-scheme": "0.0.5",
"debug": "^2.1.2",
"soundworks": "collective-soundworks/soundworks#develop",
"source-map-support": "^0.4.0",
"waves-lfo": "github:wavesjs/waves-lfo",
"web-audio-ambisonic": "git://github.com/polarch/JSAmbisonics"
},
"devDependencies": {
"babel-core": "^6.6.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.5",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"browserify": "^13.0.0",
"colors": "^1.1.2",
"fs-extra": "^0.26.2",
"node-sass": "^3.4.1",
"ora": "^0.2.0",
"uglifyjs": "^2.4.10",
"watch": "^0.17.1",
"watchify": "^3.7.0"
}
}