forked from sebpiq/WAAOffsetNode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 976 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
{
"name": "waaoffsetnode",
"version": "0.1.2",
"description": "An audio offset node for web audio API",
"main": "index.js",
"scripts": {
"build": "browserify index.js > dist/WAAOffsetNode-latest.js",
"tests.init": "node node_modules/waatest/bin/scaffold waatest; npm run tests.build",
"tests.build": "browserify index.js > waatest/lib-build.js ; browserify test/index.js > waatest/test-build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sebpiq/WAAOffsetNode.git"
},
"keywords": [
"audio",
"web audio",
"Web Audio API",
"waa"
],
"author": "Sébastien Piquemal <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebpiq/WAAOffsetNode/issues"
},
"homepage": "https://github.com/sebpiq/WAAOffsetNode",
"dependencies": {},
"devDependencies": {
"mocha": "2.0.x",
"browserify": "7.0.x",
"waatest": "git://github.com/sebpiq/WAATest.git#master"
}
}