-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "launch-control-xl",
"version": "1.1.0",
"description": "Web MIDI wrapper for Novation Launch Control XL (http://global.novationmusic.com/launch/launch-control-xl)",
"main": "bundle.js",
"browser": "index.js",
"license": "MIT",
"scripts": {
"start": "budo demo.js",
"prepublish": "babel index.js -o bundle.js"
},
"author": {
"name": "Hugh Kennedy",
"email": "[email protected]",
"url": "http://hughsk.io/"
},
"browserify": {
"transform": [
"babelify"
]
},
"dependencies": {
"babelify": "^6.1.2",
"generic-midi-controller": "^1.0.3"
},
"devDependencies": {
"babel": "^5.5.8",
"budo": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/lazurite-app/launch-control-xl.git"
},
"keywords": [
"launch",
"control",
"xl",
"novation",
"web",
"midi",
"controller"
],
"homepage": "https://github.com/lazurite-app/launch-control-xl",
"bugs": {
"url": "https://github.com/lazurite-app/launch-control-xl/issues"
}
}