-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "audio-grid",
"description": "",
"version": "0.2.0",
"homepage": "https://github.com/skratchdot/audio-grid",
"author": "skratchdot",
"repository": {
"type": "git",
"url": "git://github.com/skratchdot/audio-grid.git"
},
"bugs": {
"url": "https://github.com/skratchdot/audio-grid/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/skratchdot/audio-grid/blob/master/LICENSE-MIT"
}
],
"scripts": {
"build": "grunt build",
"predeploy": "npm run build",
"deploy": "gh-pages -d _site",
"serve": "grunt server",
"start": "grunt build && grunt server",
"test": "grunt nodeunit",
"watch": "grunt watch"
},
"devDependencies": {
"gh-pages": "^4.0.0",
"grunt": "^1.5.3",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^4.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-jekyll": "^1.0.1"
},
"keywords": [
"audio",
"grid",
"tone matrix",
"monome",
"tenori-on"
]
}