-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.26 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
47
48
49
{
"name": "motion-features",
"version": "1.1.0",
"description": "gesture descriptors processing class",
"main": "dist/index.js",
"license": "GPL-3.0",
"standalone": "motionFeatures",
"repository": {
"type": "git",
"url": "https://github.com/Ircam-RnD/motion-features"
},
"author": [
"Benjamin Matuszewski",
"Joseph Larralde"
],
"scripts": {
"bundle": "node ./bin/runner --bundle",
"transpile": "node ./bin/runner --transpile",
"watch": "node ./bin/runner --watch",
"docs": "jsdoc2md -t docs/README.hbs src/*js > README.md",
"tests": "babel-tape-runner \"tests/*.js\""
},
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {
"babel-runtime": "^6.9.2"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-latest": "^6.14.0",
"babel-tape-runner": "^2.0.1",
"benchmark": "^1.0.0",
"browserify": "^13.0.0",
"colors": "^1.1.2",
"fs-extra": "^0.26.5",
"jsdoc-to-markdown": "^1.3.7",
"ora": "^0.2.0",
"portfinder": "^0.4.0",
"tape": "^4.6.0",
"uglify-js": "^2.7.3",
"watch": "^0.17.1"
}
}