-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1007 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": "pusher-synth",
"version": "1.0.0",
"description": "A midi-over-pusher demo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"html": "html-minifier src/index.html --collapse-whitespace -o docs/index.html",
"js": "rollup -c && r.js -o amd-build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pusher-community/pusher-synth.git"
},
"author": "Ben Foxall (@benjaminbenben)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pusher-community/pusher-synth/issues"
},
"homepage": "https://github.com/pusher-community/pusher-synth#readme",
"devDependencies": {
"almond": "^0.3.3",
"buble": "^0.13.2",
"html-minifier": "^3.0.2",
"pusher-js": "^3.2.1",
"requirejs": "^2.3.1",
"rollup": "^0.34.13",
"rollup-plugin-buble": "^0.13.0",
"tone": "^0.7.1"
},
"dependencies": {
"dotenv-safe": "^2.3.1",
"midi": "^0.9.5",
"pusher": "^1.5.0"
}
}