-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "xmm-lfo",
"version": "1.0.1",
"description": "waves-lfo wrappers of xmm-client classes",
"main": "dist/index.js",
"license": "GPL-3.0",
"standalone": "xmmLfo",
"repository": {
"type": "git",
"url": "https://github.com/Ircam-RnD/xmm-lfo"
},
"homepage": "https://github.com/Ircam-RnD/xmm-lfo",
"scripts": {
"transpile": "node ./bin/runner --transpile",
"doc": "jsdoc -c conf.json",
"test": "babel-tape-runner tests/*.js",
"prewatch": "npm run transpile",
"watch": "node ./bin/runner --watch"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"xmm-client": "ircam-rnd/xmm-client#v0.3.1"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-tape-runner": "^2.0.1",
"colors": "^1.1.2",
"fs-extra": "^1.0.0",
"jsdoc-template": "ircam-jstools/jsdoc-template",
"tape": "^4.6.3",
"uglify-js": "^2.7.5",
"watch": "^1.0.1"
}
}