-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1013 Bytes
/
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
{
"name": "gulp-nks-rewrite-meta",
"version": "0.1.0",
"description": "Gulp plugin for rewriting metadata of NKS (Naitive Kontrol Standard) preset file.",
"author": {
"name": "jhorology",
"email": "[email protected]",
"url": "https://github.com/jhorology"
},
"main": "index",
"scripts": {
"prepublish": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhorology/gulp-nks-rewrite-meta"
},
"keywords": [
"gulp",
"gulpplugin",
"Native",
"Instruments",
"NKS",
"Komplete",
"Kontrol"
],
"license": "MIT",
"dependencies": {
"gulp-util": "^3.0.7",
"msgpack-lite": "^0.1.13",
"riff-reader": "0.0.6",
"through2": "^2.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-watch": "^4.3.5",
"js-beautify": "^1.5.10"
}
}