gulp-sketch
Version:
SketchTool plugin for gulp
42 lines (41 loc) • 837 B
JSON
{
"name": "gulp-sketch",
"description": "SketchTool plugin for gulp",
"version": "0.0.2",
"homepage": "https://github.com/cognitom/gulp-sketch",
"repository": {
"type": "git",
"url": "git://github.com/cognitom/gulp-sketch.git"
},
"author": {
"name": "Tsutomu Kawamura",
"url": "http://librize.com/"
},
"main": "./index.js",
"keywords": [
"gulpplugin",
"sketch"
],
"dependencies": {
"coffee-script": "*",
"through2": "*",
"gulp-util": "*"
},
"devDependencies": {
"should": "*",
"mocha": "*",
"gulp": "*",
"gulp-coffee": "*"
},
"scripts": {
"test": "node_modules/.bin/mocha --compilers coffee:coffee-script --require coffee-script/register -R spec"
},
"engines": {
"node": ">= 0.4.0"
},
"licenses": [
{
"type": "MIT"
}
]
}