forked from sebpiq/WebPd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
50
51
52
53
{
"name": "webpd",
"preferGlobal": "false",
"version": "0.4.2",
"author": "Sébastien Piquemal <[email protected]>",
"description": "Pure Data in JavaScript",
"repository": {
"type": "git",
"url": "https://github.com/sebpiq/WebPd"
},
"keywords": [
"sound",
"pure data",
"dsp"
],
"scripts": {
"build": "gulp lib.build; gulp lib.uglify",
"test": "mocha --reporter list --recursive test/lib",
"test.browser.build": "gulp test.browser.build",
"coverage": "istanbul cover _mocha -- test/lib --reporter spec --recursive",
"objectList": "gulp lib.objectList"
},
"dependencies": {
"getusermedia": "^1.3.5",
"pd-fileutils.parser": "git://github.com/sebpiq/pd-fileutils.parser.git#master",
"underscore": "^1.4.0",
"waaclock": "^0.5.0",
"waaoffsetnode": "^0.1.0",
"waatablenode": "^0.1.0",
"waawhitenoisenode": "^0.1.0",
"waawire": "^0.1.0",
"web-audio-boilerplate": "^0.3.0"
},
"devDependencies": {
"web-audio-test-api": "0.2.x",
"mocha": "1.11.x",
"istanbul": "0.1.x",
"gulp": "^3.9.0",
"gulp-util": "3.0.x",
"gulp-rename": "1.2.x",
"gulp-uglify": "1.2.x",
"gulp-file": "0.2.x",
"gulp-concat": "2.5.x",
"browserify": "7.0.x",
"mustache": "2.0.x",
"run-sequence": "1.0.x",
"vinyl-source-stream": "1.0.x",
"async": "0.9.x",
"waatest": "git://github.com/sebpiq/WAATest.git#master",
"gulp-contribs": "0.0.3"
},
"license": "LGPL-3.0"
}