-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.32 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": "waves-blocks",
"version": "0.0.0",
"description": "High-level audio and graphical components",
"main": "dist/index.js",
"standalone": "wavesBlocks",
"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",
"watch": "node ./bin/runner --watch"
},
"author": "Benjamin Matuszewski",
"license": "BSD-3-Clause",
"dependencies": {
"@ircam/parameters": "^1.2.1",
"babel-runtime": "^6.26.0",
"babel-tape-runner": "2.0.1",
"deepcopy": "^0.6.3",
"object-assign-deep": "^0.3.1",
"waves-audio": "0.4.0",
"waves-lfo": "^1.1.6",
"waves-ui": "github:wavesjs/waves-ui#blocks"
},
"devDependencies": {
"@ircam/jsdoc-template": "^1.0.2",
"babel-core": "^6.26.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-tape-runner": "^2.0.1",
"browserify": "^14.5.0",
"chalk": "^2.3.0",
"fs-extra": "^4.0.3",
"jsdoc": "^3.5.5",
"klaw": "^2.1.1",
"np": "^2.18.2",
"tape": "^4.8.0",
"uglify-js": "^3.2.2",
"watch": "^1.0.2"
}
}