forked from MisumiRize/gulp-middleman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 841 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
{
"name": "gulp-middleman",
"version": "0.0.1",
"description": "Gulp plugin for running Middleman",
"main": "index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --no-colors"
},
"repository": {
"type": "git",
"url": "git://github.com/MisumiRize/gulp-middleman.git"
},
"keywords": [
"gulpplugin",
"middleman"
],
"author": "Rize MISUMI",
"license": "MIT",
"bugs": {
"url": "https://github.com/MisumiRize/gulp-middleman/issues"
},
"homepage": "https://github.com/MisumiRize/gulp-middleman",
"dependencies": {
"coffee-script": "*",
"gulp-util": "*",
"which":"*",
"path":"*"
},
"devDependencies": {
"chai": "*",
"gulp": ">=3.7",
"gulp-coffee": "*",
"gulp-coffeelint": "*",
"gulp-load-plugins": "*",
"mocha": "*"
}
}