livescript-gulp
Version:
A tiny wrapper around Gulp to run your `gulpfile.ls`.
34 lines (33 loc) • 760 B
JSON
{
"name": "livescript-gulp",
"version": "0.0.3",
"description": "A tiny wrapper around Gulp to run your `gulpfile.ls`.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/appleboy/livescript-gulp.git"
},
"bin": {
"lsc-gulp": "./index.js"
},
"keywords": [
"gulp",
"wrapper",
"livescript",
"live-script",
"LiveScript"
],
"author": "Bo-Yi Wu <appleboy.tw@gmail.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/appleboy/livescript-gulp/issues"
},
"homepage": "https://github.com/appleboy/livescript-gulp",
"dependencies": {
"LiveScript": "^1.2.0",
"gulp": "^3.5.5"
}
}