2017-04-28 23:39:14 +00:00
|
|
|
{
|
|
|
|
"name": "smartgulp",
|
2017-04-29 23:13:58 +00:00
|
|
|
"version": "1.0.2",
|
2017-04-28 23:39:14 +00:00
|
|
|
"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": {
|
2017-04-29 23:13:53 +00:00
|
|
|
"gulp-function": "^2.2.6",
|
2017-04-28 23:39:14 +00:00
|
|
|
"tapbundle": "^1.0.10"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-29 22:25:31 +00:00
|
|
|
"@types/lodash": "^4.14.63",
|
|
|
|
"lodash": "^4.17.4",
|
|
|
|
"smartevent": "^1.0.1",
|
2017-04-29 22:54:18 +00:00
|
|
|
"smartfile": "^4.2.1",
|
2017-04-28 23:39:14 +00:00
|
|
|
"smartq": "^1.1.1",
|
2017-04-29 22:25:31 +00:00
|
|
|
"smartstream": "^1.0.8",
|
|
|
|
"typings-global": "^1.0.16"
|
2017-04-28 23:39:14 +00:00
|
|
|
}
|
|
|
|
}
|