-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1019 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
37
{
"name": "SmartVox",
"authors": [
"Benjamin Matuszewski",
"Jonathan Bell"
],
"description": "distributed audio-visual notation application for choirs",
"license": "BSD-3-Clause",
"version": "1.1.0",
"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"
},
"dependencies": {
"babel-runtime": "^6.6.1",
"debug": "^3.1.0",
"soundworks": "^2.1.9",
"source-map-support": "^0.5.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.7.0",
"browserify": "^16.2.2",
"browserify-incremental": "^3.1.1",
"chalk": "^2.4.1",
"fs-extra": "^6.0.1",
"klaw": "^2.1.1",
"node-sass": "^4.9.0",
"uglify-js": "^3.3.28",
"watch": "^1.0.1"
}
}