2015-09-04 14:03:10 +00:00
|
|
|
{
|
2016-02-01 02:33:33 +00:00
|
|
|
"name": "gulp-function",
|
2018-01-29 22:30:12 +00:00
|
|
|
"version": "2.2.13",
|
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",
|
2016-06-03 23:14:30 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2015-09-04 14:03:10 +00:00
|
|
|
"scripts": {
|
2017-04-30 15:11:19 +00:00
|
|
|
"test": "(npmts)"
|
2015-09-04 14:03:10 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-06-03 23:14:25 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/gulp-function.git"
|
2015-09-04 14:03:10 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2016-02-01 02:40:30 +00:00
|
|
|
"gulpplugin",
|
|
|
|
"gulp",
|
2018-01-29 22:28:03 +00:00
|
|
|
"function",
|
|
|
|
"pushrocks"
|
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-06-03 23:14:25 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/gulp-function/issues"
|
2015-10-25 21:45:49 +00:00
|
|
|
},
|
2016-06-03 23:14:25 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/gulp-function",
|
2015-10-25 21:45:49 +00:00
|
|
|
"dependencies": {
|
2017-04-29 22:44:11 +00:00
|
|
|
"@types/through2": "^2.0.32",
|
2017-10-27 10:49:43 +00:00
|
|
|
"smartq": "^1.1.6",
|
2018-01-29 22:28:03 +00:00
|
|
|
"through2": "^2.0.3"
|
2016-02-01 02:33:33 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-02-12 04:36:23 +00:00
|
|
|
"gulp": "^3.9.1",
|
2017-04-29 23:07:30 +00:00
|
|
|
"smartgulp": "^1.0.1",
|
2017-04-29 22:44:11 +00:00
|
|
|
"tapbundle": "^1.0.10"
|
2015-10-25 19:02:14 +00:00
|
|
|
}
|
2015-09-04 14:03:10 +00:00
|
|
|
}
|