-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (28 loc) · 768 Bytes
/
package.json
File metadata and controls
29 lines (28 loc) · 768 Bytes
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
{
"name": "midi-launchpad",
"version": "1.0.3",
"description": "A simple node module for use with the Novation Launchpad",
"keywords": [
"midi",
"novation",
"launchpad"
],
"main": "app.js",
"homepage": "http://sydlawrence.github.io/node-midi-launchpad/",
"bugs": {
"url" : "http://github.com/sydlawrence/node-midi-launchpad/issues",
"email" : "sydlawrence+node-midi-launchpad@gmail.com"
},
"repository": "http://github.com/sydlawrence/node-midi-launchpad",
"author": {
"name" : "Syd Lawrence",
"email" : "sydlawrence+node-midi-launchpad@gmail.com",
"url" : "http://sydlawrence.com/"
},
"license": "BSD",
"dependencies" : {
"backbone": ">=1.1.0",
"underscore": ">=1.5.2",
"midi": ">=0.7.0"
}
}