-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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": "shiva",
"authors": [
"Benjamin Matuszewski",
"Sébastien Robaszkiewicz",
"Norbert Schnell"
],
"description": "Soundworks application template.",
"license": "BSD-3-Clause",
"version": "2.2.0",
"scripts": {
"clear": "node ./bin/runner --clear",
"minify": "node ./bin/runner --minify",
"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"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"babel-runtime": "^6.6.1",
"debug": "^3.1.0",
"soundworks": "^2.2.0",
"source-map-support": "^0.5.6"
},
"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.2",
"fs-extra": "^6.0.1",
"klaw": "^2.1.1",
"node-sass": "^4.9.0",
"uglify-js": "^3.3.28",
"watch": "^1.0.1"
}
}