41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@pushrocks/smartgulp",
|
|
"version": "2.0.1",
|
|
"private": false,
|
|
"description": "lightweight gulp replacement",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartgulp.git"
|
|
},
|
|
"keywords": [
|
|
"gulp"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartgulp/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartgulp#README",
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.8",
|
|
"@gitzone/tsrun": "^1.1.17",
|
|
"@gitzone/tstest": "^1.0.18",
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
"@types/node": "^11.9.4",
|
|
"gulp-function": "^2.2.14"
|
|
},
|
|
"dependencies": {
|
|
"@pushrocks/smartevent": "^2.0.3",
|
|
"@pushrocks/smartfile": "^7.0.0",
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
"@pushrocks/smartstream": "^1.0.14",
|
|
"@types/through2": "^2.0.34",
|
|
"through2": "^3.0.0"
|
|
}
|
|
} |