UNPKG

gulp-sketch

Version:
43 lines (42 loc) 1.04 kB
{ "name": "gulp-sketch", "description": "SketchTool plugin for gulp", "version": "1.0.5", "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": { "clean-sketch": "^1.0.1", "es6-promise": "^4.1.0", "gulp-util": "^3.0.7", "npm-which": "^3.0.1", "recursive-readdir": "^2.1.1", "rimraf": "^2.4.3", "temporary": "0.0.8", "through2": "^2.0.0" }, "devDependencies": { "coffee-script": "^1.10.0", "gulp": "^3.9.0", "gulp-coffee": "^2.3.1", "mocha": "^3.2.0", "should": "^11.2.1" }, "scripts": { "install-sketchtool": "sudo sh ./install-sketchtool.sh", "prepublish": "gulp", "test": "mocha --compilers coffee:coffee-script --require coffee-script/register -R spec" }, "license": "MIT" }