-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
60 lines (60 loc) · 1.39 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
54
55
56
57
58
59
60
{
"name": "code-music-studio",
"version": "1.0.2",
"description": "design musical algorithms",
"bin": {
"code-music-studio": "bin/cmd.js"
},
"dependencies": {
"amplitude-viewer": "~0.0.0",
"bytewise": "~0.7.0",
"concat-stream": "~1.4.4",
"ecstatic": "^0.4.13",
"ent": "^0.1.0",
"frequency-viewer": "~0.0.0",
"hyperquest": "^0.3.0",
"hyperspace": "^0.9.2",
"level": "^0.18.0",
"marked": "^0.3.2",
"minimist": "~0.0.8",
"observable": "~2.1.3",
"strftime": "^0.8.0",
"through": "^2.3.4",
"trumpet": "~1.6.3",
"webaudio": "~2.0.0"
},
"devDependencies": {
"browserify": "^3.33.0",
"watchify": "^0.6.3",
"uglify-js": "^2.4.13"
},
"scripts": {
"start": "node bin/cmd.js",
"test": "tape test/*.js",
"build": "browserify browser/main.js > static/bundle.js",
"watch": "watchify browser/main.js -o static/bundle.js -dv",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/code-music-studio.git"
},
"homepage": "https://github.com/substack/code-music-studio",
"keywords": [
"ui",
"music",
"baudio",
"algorithmic",
"studio",
"design",
"interactive",
"webapp",
"application"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT"
}