gulp-sus
Version:
A gulp plug in for sus.
46 lines (45 loc) • 932 B
JSON
{
"name": "gulp-sus",
"version": "0.6.0",
"description": "A gulp plug in for sus.",
"keywords": [
"sus",
"gulpplugin"
],
"homepage": "https://github.com/webyom/gulp-sus",
"author": {
"name": "Gary Wang",
"email": "webyom@gmail.com",
"url": "http://webyom.org"
},
"repository": {
"type": "git",
"url": "https://github.com/webyom/gulp-sus.git"
},
"bugs": {
"url": "https://github.com/webyom/gulp-sus/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/webyom/gulp-sus/blob/master/LICENSE-MIT"
}
],
"main": "lib/index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {},
"dependencies": {
"async": "^0.9.0",
"css": "^2.2.4",
"plugin-error": "^1.0.0",
"q": "^1.0.1",
"through2": "^0.5.1"
},
"devDependencies": {
"gulp": "^3.8.5",
"gulp-coffee": "^2.0.1",
"coffee-script": "^1.7.1"
}
}