-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 973 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
{
"name": "gulp-bitwig-rewrite-meta",
"version": "0.2.1",
"description": "rewrite metadata of Bitwig Studio's document file",
"author": {
"name": "jhorology",
"email": "[email protected]",
"url": "https://github.com/jhorology"
},
"main": "gulp-bitwig-rewrite-meta.js",
"scripts": {
"test": "gulp test",
"prepublishOnly": "gulp",
"clean": "gulp clean",
"lint": "coffeelint -f coffeelint.json *.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhorology/gulp-bitwig-rewrite-meta"
},
"keywords": [
"gulp",
"gulpplugin",
"bitwig"
],
"license": "MIT",
"dependencies": {
"plugin-error": "^1.0.1",
"through2": "^3.0.1",
"underscore": "^1.9.1"
},
"devDependencies": {
"coffeelint": "^2.1.0",
"coffeescript": "^2.4.1",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-tap": "^2.0.0",
"js-beautify": "^1.10.2"
}
}