gulp-function/package.json

37 lines
1.1 KiB
JSON
Raw Normal View History

2015-09-04 14:03:10 +00:00
{
2016-02-01 02:33:33 +00:00
"name": "gulp-function",
2016-03-26 16:23:00 +00:00
"version": "1.2.0",
2015-09-04 14:03:10 +00:00
"description": "accepts a function call as parameter to execute in gulp pipeline",
2016-03-26 16:22:46 +00:00
"main": "dist/index.js",
2015-09-04 14:03:10 +00:00
"scripts": {
2016-02-01 02:33:33 +00:00
"test": "(npmts)",
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",
2016-02-01 02:33:33 +00:00
"url": "https://github.com/pushrocks/gulp-function.git"
2015-09-04 14:03:10 +00:00
},
"keywords": [
2016-02-01 02:40:30 +00:00
"gulpplugin",
"gulp",
"function"
2015-09-04 14:03:10 +00:00
],
2016-03-26 16:22:46 +00:00
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
2015-09-04 14:03:10 +00:00
"license": "MIT",
"bugs": {
2016-02-01 02:33:33 +00:00
"url": "https://github.com/pushrocks/gulp-function/issues"
2015-10-25 21:45:49 +00:00
},
2016-02-01 02:33:33 +00:00
"homepage": "https://github.com/pushrocks/gulp-function",
2015-10-25 21:45:49 +00:00
"dependencies": {
2016-03-26 16:22:46 +00:00
"beautylog": "^3.1.2",
"q": "^1.4.1",
"through2": "^2.0.1"
2016-02-01 02:33:33 +00:00
},
"devDependencies": {
2016-02-12 04:36:23 +00:00
"gulp": "^3.9.1",
2016-03-26 16:22:46 +00:00
"npmts": "^3.6.4"
2015-10-25 19:02:14 +00:00
}
2015-09-04 14:03:10 +00:00
}