forked from wavesjs/waves-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 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
{
"name": "waves-blocks",
"version": "0.0.0",
"description": "High-level audio and graphical components",
"main": "dist/index.js",
"scripts": {
"bundle": "node ./bin/runner --bundle",
"deploy": "np --yolo",
"doc": "jsdoc -c jsdoc.json",
"test": "babel-tape-runner tests/**.test.js",
"transpile": "node ./bin/runner --transpile",
"version": "npm run transpile && npm run doc && git add docs",
"prewatch": "npm run transpile",
"watch": "node ./bin/runner --watch"
},
"author": "Benjamin Matuszewski",
"license": "BSD-3-Clause",
"dependencies": {
"@ircam/parameters": "1.2.0",
"babel-runtime": "6.25.0",
"babel-tape-runner": "2.0.1",
"waves-audio": "0.4.0",
"waves-lfo": "1.1.1",
"waves-ui": "github:wavesjs/waves-ui#blocks"
},
"devDependencies": {
"babel-core": "6.25.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"browserify": "14.4.0",
"chalk": "2.1.0",
"fs-extra": "4.0.1",
"jsdoc": "3.5.4",
"jsdoc-template": "github:ircam-jstools/jsdoc-template",
"klaw": "2.0.0",
"np": "2.16.0",
"tape": "4.8.0",
"uglify-js": "3.0.27",
"watch": "1.0.2"
}
}