-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "nks-presets-collection",
"version": "0.0.1",
"description": "Native Kontrol Standard presets collection",
"author": {
"name": "jhorology",
"email": "[email protected]",
"url": "https://github.com/jhorology"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhorology/nks-presets-collection"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"bitwig-nks-preview-generator": "^0.1.2",
"bl": "^5.0.0",
"coffeescript": "^2.6.1",
"del": "^6.0.0",
"gulp": "^3.9.1",
"gulp-bitwig-rewrite-meta": "^0.2.1",
"gulp-coffee": "^3.0.3",
"gulp-coffeelint": "^0.6.0",
"gulp-data": "^1.3.1",
"gulp-exec": "^5.0.0",
"gulp-first": "^1.0.7",
"gulp-gunzip": "1.1.0",
"gulp-gzip": "^1.4.2",
"gulp-if": "^3.0.0",
"gulp-ignore": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-riff-extractor": "0.0.9",
"gulp-tap": "^2.0.0",
"gulp-template": "^5.0.0",
"gulp-unzip": "^1.1.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"gulp-zip": "^5.1.0",
"js-beautify": "^1.14.0",
"msgpack-lite": "^0.1.26",
"require-dir": "^1.2.0",
"sax": "^1.2.4",
"sqlite3": "^5.0.2",
"u-he-hive-meta-parser": "0.0.2",
"underscore": "^1.13.2",
"uuid": "^8.3.2",
"xml-escape": "^1.1.0",
"xmldom": "^0.6.0",
"xpath": "0.0.32",
"yazl": "^2.5.1"
}
}