forked from lichen-community-systems/Flocking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.3 KB
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
{
"name": "flocking",
"version": "0.1.2",
"description": "Creative audio synthesis for the Web and Node.js",
"author": "Colin Clark",
"homepage": "http://flockingjs.org/",
"repository": {
"type": "git",
"url": "git://github.com/colinbdclark/Flocking.git"
},
"bugs": "http://github.com/colinbdclark/Flocking/issues",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPL",
"url": "http://opensource.org/licenses/GPL-3.0"
}
],
"keywords": [
"Flocking",
"WebAudio",
"sound",
"audio",
"music",
"synthesis"
],
"readmeFilename": "README.md",
"main": "nodejs/index.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-git-revision": "0.0.1",
"grunt-githooks": "~0.3.1",
"node-static": "~0.7.2"
},
"dependencies": {
"infusion": "git://github.com/fluid-project/infusion.git",
"speaker": "git://github.com/colinbdclark/node-speaker.git#mpg123-lower-latency",
"dspapi": "git://github.com/colinbdclark/node-dsp.git",
"midi": "v0.8.1"
},
"engines": {
"node": "0.10.x"
}
}