smartgulp/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

2017-04-28 23:39:14 +00:00
{
2018-09-02 12:35:49 +00:00
"name": "@pushrocks/smartgulp",
2018-09-02 13:15:52 +00:00
"version": "2.0.1",
2018-09-02 12:35:49 +00:00
"private": false,
2017-04-28 23:39:14 +00:00
"description": "lightweight gulp replacement",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
2018-09-02 12:35:49 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-04-28 23:39:14 +00:00
},
"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": {
2018-09-02 12:35:49 +00:00
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
2018-09-02 12:35:49 +00:00
"@types/node": "^10.9.4",
"gulp-function": "^2.2.14"
2017-04-28 23:39:14 +00:00
},
"dependencies": {
2018-09-02 12:35:49 +00:00
"@pushrocks/smartfile": "^6.0.8",
"@pushrocks/smartpromise": "^2.0.5",
"@types/lodash": "^4.14.116",
2018-02-15 23:46:55 +00:00
"@types/through2": "^2.0.33",
2018-09-02 12:35:49 +00:00
"lodash": "^4.17.10",
2017-04-29 22:25:31 +00:00
"smartevent": "^1.0.1",
2018-02-15 23:46:55 +00:00
"smartstream": "^1.0.10",
"through2": "^2.0.3"
2017-04-28 23:39:14 +00:00
}
2018-09-02 12:35:50 +00:00
}