-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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
46
{
"name": "mano-js",
"description": "set of classes targeted at sensors processing, gesture modelling and recognition",
"main": "client/index.js",
"standalone": "mano",
"version": "1.1.7",
"scripts": {
"bundle": "node ./bin/runner --bundle",
"doc": "jsdoc -c conf.json",
"prewatch": "npm run transpile",
"transpile": "node ./bin/runner --transpile",
"test": "babel-tape-runner test/*_tests.js | tap-spec",
"watch": "node ./bin/runner --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/Ircam-RnD/mano-js"
},
"license": "BSD-3-Clause",
"dependencies": {
"babel-runtime": "6.26.0",
"lfo-motion": "github:ircam-rnd/lfo-motion#v1.0.4",
"rapid-mix-adapters": "github:ircam-rnd/rapid-mix-adapters#v1.2.2",
"waves-lfo": "~1.1.5",
"xmlhttprequest": "1.8.0",
"xmm-client": "github:ircam-rnd/xmm-client#v0.3.4"
},
"devDependencies": {
"@ircam/jsdoc-template": "1.0.3",
"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.0",
"babel-tape-runner": "2.0.1",
"browserify": "14.4.0",
"chalk": "2.1.0",
"fs-extra": "4.0.1",
"jsdoc": "3.5.5",
"klaw": "2.0.0",
"np": "2.16.0",
"tap-spec": "4.1.1",
"tape": "4.8.0",
"uglify-js": "3.0.28",
"watch": "1.0.2"
}
}