42 lines
933 B
JSON
42 lines
933 B
JSON
{
|
|
"name": "smartgulp",
|
|
"version": "1.0.8",
|
|
"description": "lightweight gulp replacement",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"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": {
|
|
"@types/node": "^9.4.6",
|
|
"gulp-function": "^2.2.14",
|
|
"tapbundle": "^1.1.8"
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.14.103",
|
|
"@types/through2": "^2.0.33",
|
|
"lodash": "^4.17.5",
|
|
"smartevent": "^1.0.1",
|
|
"smartfile": "^4.2.26",
|
|
"smartq": "^1.1.6",
|
|
"smartstream": "^1.0.10",
|
|
"through2": "^2.0.3"
|
|
}
|
|
}
|