smartgulp/package.json
2017-05-27 23:50:30 +02:00

40 lines
875 B
JSON

{
"name": "smartgulp",
"version": "1.0.6",
"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": {
"gulp-function": "^2.2.9",
"tapbundle": "^1.0.13"
},
"dependencies": {
"@types/lodash": "^4.14.64",
"lodash": "^4.17.4",
"smartevent": "^1.0.1",
"smartfile": "^4.2.15",
"smartq": "^1.1.1",
"smartstream": "^1.0.8",
"typings-global": "^1.0.16"
}
}