-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
{
"name": "xmm-client",
"version": "0.3.4",
"description": "JavaScript XMM utilities for the browser, including model decoders",
"main": "dist/index.js",
"license": "BSD-3-Clause",
"standalone": "xmmClient",
"repository": {
"type": "git",
"url": "https://github.com/Ircam-RnD/xmm-client"
},
"homepage": "https://github.com/Ircam-RnD/xmm-client",
"scripts": {
"bundle": "node ./bin/runner --bundle",
"transpile": "node ./bin/runner --transpile",
"doc": "jsdoc -c conf.json",
"test": "babel-tape-runner \"test/*_tests.js\" | tap-spec"
},
"dependencies": {
"babel-runtime": "^6.25.0"
},
"devDependencies": {
"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",
"benchmark": "^1.0.0",
"browserify": "^14.4.0",
"colors": "^1.1.2",
"deep-diff": "^0.3.8",
"fs-extra": "^0.26.5",
"jsdoc-template": "ircam-jstools/jsdoc-template",
"ora": "^0.2.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"uglify-js": "^2.6.2",
"watch": "^0.17.1",
"xmm-node": "github:ircam-rnd/xmm-node#v0.3.3"
}
}