forked from cdnjscom/songbird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "songbird-audio",
"version": "0.0.2",
"description": "Spatial Audio Encoder in Web Audio API",
"main": "build/songbird.js",
"keywords": [
"spatial audio",
"ambisonic",
"VR audio",
"360 audio",
"Web Audio API",
"interactive audio"
],
"devDependencies": {
"chai": "^3.5.0",
"copy-webpack-plugin": "^3.0.1",
"karma": "^1.6.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"mocha": "^3.0.0",
"webpack": "^1.13.0",
"doctoc": "^1.3.0",
"jsdoc": "^3.5.4"
},
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch",
"build-all": "webpack --progress --color && webpack --config webpack.config.all.js --progress --color",
"test": "node_modules/karma/bin/karma start",
"doc": "doctoc README.md && jsdoc src -d doc"
},
"repository": {
"type": "git",
"url": "https://github.com/Google/Songbird"
},
"homepage": "https://github.com/Google/Songbird",
"bugs": {
"url": "https://github.com/Google/Songbird/issues"
},
"author": "Andrew Allen",
"license": "Apache-2.0"
}