-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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": "lfo-motion",
"version": "1.0.4",
"description": "lfo modules dedicated to motion",
"main": "dist/index.js",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/Ircam-RnD/lfo-motion"
},
"homepage": "https://github.com/Ircam-RnD/lfo-motion",
"scripts": {
"transpile": "node ./bin/runner --transpile",
"doc": "jsdoc -c conf.json",
"test": "babel-tape-runner test/*.js",
"prewatch": "npm run transpile",
"watch": "node ./bin/runner --watch"
},
"dependencies": {
"@ircam/motion-input": "1.0.7",
"@ircam/ticker": "^1.0.5",
"babel-runtime": "^6.25.0",
"waves-lfo": "^1.1.6"
},
"devDependencies": {
"@ircam/jsdoc-template": "^1.0.3",
"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",
"babel-tape-runner": "^2.0.1",
"browserify": "^14.4.0",
"chalk": "^2.1.0",
"fs-extra": "^4.0.1",
"jsdoc": "^3.5.4",
"klaw": "2.0.0",
"np": "^2.16.0",
"tape": "^4.8.0",
"uglify-js": "^3.0.27",
"watch": "^1.0.2"
}
}