forked from GoogleChrome/omnitone
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1011 Bytes
/
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
{
"name": "omnitone",
"version": "0.2.2",
"description": "Spatial Audio Decoder in Web Audio API",
"main": "build/omnitone.js",
"keywords": [
"spatial audio",
"ambisonic",
"VR audio",
"360 audio",
"Web Audio API"
],
"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"
},
"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"
},
"homepage": "https://github.com/GoogleChrome/omnitone",
"bugs": {
"url": "https://github.com/GoogleChrome/omnitone/issues"
},
"author": "The Chromium Authors",
"license": "Apache-2.0"
}