gulp-function/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2015-09-04 14:03:10 +00:00
{
2023-07-10 00:41:17 +00:00
"name": "@push.rocks/gulp-function",
2018-12-09 00:34:30 +00:00
"private": false,
2023-06-30 13:50:09 +00:00
"version": "3.0.5",
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": {
"test": "(tstest test/)",
"build": "(tsbuild)"
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": {
2020-01-18 12:19:27 +00:00
"@pushrocks/smartpromise": "^3.0.6",
2017-04-29 22:44:11 +00:00
"@types/through2": "^2.0.32",
2020-01-18 12:19:27 +00:00
"through2": "^3.0.1"
2016-02-01 02:33:33 +00:00
},
"devDependencies": {
2020-01-18 12:19:27 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.28",
"@pushrocks/smartgulp": "^2.0.2",
"@pushrocks/tapbundle": "^3.2.0",
"gulp": "^4.0.2",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2023-07-10 00:41:17 +00:00
}