gulp-function/package.json

36 lines
1.1 KiB
JSON
Raw Normal View History

2015-09-04 14:03:10 +00:00
{
"name": "gulp-callfunction",
2015-10-26 15:18:52 +00:00
"version": "0.0.4",
2015-09-04 14:03:10 +00:00
"description": "accepts a function call as parameter to execute in gulp pipeline",
"main": "index.js",
"scripts": {
2015-10-26 15:18:37 +00:00
"test": "(cd ts/compile && node compile.js) && (node test.js)",
2015-10-25 19:02:14 +00:00
"reinstall": "(rm -r node_modules && npm install)",
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
"startdev": "(git checkout master && git pull origin master)"
2015-09-04 14:03:10 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/pushrocks/gulp-callfunction.git"
},
"keywords": [
"json",
"jade",
"template"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/gulp-callfunction/issues"
},
2015-10-25 19:02:14 +00:00
"homepage": "https://github.com/pushrocks/gulp-callfunction",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-typescript": "^2.9.2"
2015-10-25 21:45:49 +00:00
},
"dependencies": {
2015-10-26 15:18:37 +00:00
"beautylog": "0.0.15",
"through2": "^2.0.0"
2015-10-25 19:02:14 +00:00
}
2015-09-04 14:03:10 +00:00
}