-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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
{
"name": "monode",
"description": "Toolkit for the monome and arc osc controllers",
"version": "3.0.1",
"homepage": "https://github.com/charlesholbrow/monode",
"author": {
"name": "Charles Holbrow",
"email": "[email protected]",
"url": "www.CharlesHolbrow.com"
},
"repository": {
"type": "git",
"url": "git://github.com/charlesholbrow/monode.git"
},
"bugs": {
"url": "https://github.com/charlesholbrow/monode/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/charlesholbrow/monode/blob/master/LICENSE-MIT"
}
],
"main": "out/lib/monome",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test",
"prepublish": "grunt compile"
},
"dependencies": {
"node-osc": "0.2.1"
},
"devDependencies": {
"grunt-contrib-watch": "~0.5.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-coffeelint": "~0.0.7",
"grunt-simple-mocha": "~0.4.0",
"should": "~1.2.2",
"mocha-cakes": "~0.9.0",
"grunt": "~0.4.1"
},
"keywords": [
"monome",
"arc",
"osc"
]
}