-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "gulp-maschine-id3",
"version": "0.1.2",
"description": "Gulp plugin for adding maschine-aware metadata chunk to WAVE 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-maschine-id3"
},
"keywords": [
"gulp",
"gulpplugin",
"Native",
"Instruments",
"maschine",
"metadata",
"NKS",
"ID3"
],
"license": "MIT",
"dependencies": {
"gulp-util": "^3.0.8",
"msgpack-lite": "^0.1.26",
"riff-reader": "0.0.10",
"through2": "^3.0.1",
"underscore": "^1.9.1"
},
"devDependencies": {
"coffeescript": "^2.3.2",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-coffee": "^3.0.3",
"gulp-coffeelint": "^0.6.0",
"gulp-riff-extractor": "0.0.9",
"gulp-tap": "^1.0.1",
"js-beautify": "^1.9.0"
}
}