-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.39 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
51
52
53
54
55
{
"name": "keyboard-maestro",
"version": "0.3.0",
"description": "Keyboard Maestro Macro Library and Controller Script for Bitwig Studio.",
"main": "Keyboard Maestro.control.js",
"browser": {
"assert": "./lib/assert"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jhorology/keyboard-maestro.git"
},
"keywords": [
"bitwig",
"keyboard",
"maestro"
],
"author": "jhorology <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhorology/keyboard-maestro/issues"
},
"homepage": "https://github.com/jhorology/keyboard-maestro",
"dependencies": {
"JSON": "^1.0.0",
"backbone": "^1.3.3",
"es5-shim": "4.5.9",
"underscore": "^1.8.3",
"uuid": "^2.0.3"
},
"devDependencies": {
"browserify": "^13.1.1",
"coffee-script": "^1.11.1",
"coffeeify": "^2.0.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.3",
"gulp-coffeelint": "^0.6.0",
"gulp-data": "^1.2.1",
"gulp-header": "^1.8.8",
"gulp-jshint": "^2.0.3",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-template": "^4.0.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}