taskbuffer/package.json

58 lines
1.3 KiB
JSON
Raw Normal View History

2016-02-12 03:49:31 +00:00
{
"name": "@pushrocks/taskbuffer",
2019-11-28 14:42:29 +00:00
"version": "2.1.1",
"private": false,
2016-08-01 11:35:33 +00:00
"description": "flexible task management. TypeScript ready!",
2016-02-18 21:26:18 +00:00
"main": "dist/index.js",
2016-05-23 03:37:12 +00:00
"typings": "dist/index.d.ts",
2016-02-12 03:49:31 +00:00
"scripts": {
2018-08-10 22:01:19 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
2016-02-12 03:49:31 +00:00
},
"repository": {
"type": "git",
2016-08-01 11:35:33 +00:00
"url": "git+https://gitlab.com/pushrocks/taskbuffer.git"
2016-02-12 03:49:31 +00:00
},
"keywords": [
"gulp",
2017-01-20 17:54:23 +00:00
"task",
"buffer",
"TypeScript",
"push.rocks"
2016-02-12 03:49:31 +00:00
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2016-08-01 11:35:33 +00:00
"url": "https://gitlab.com/pushrocks/taskbuffer/issues"
2016-02-12 03:49:31 +00:00
},
2016-08-01 11:35:33 +00:00
"homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
2016-02-12 03:49:31 +00:00
"dependencies": {
2019-11-27 23:34:45 +00:00
"@pushrocks/lik": "^3.0.13",
"@pushrocks/smartdelay": "^2.0.6",
"@pushrocks/smartlog": "^2.0.21",
"@pushrocks/smartpromise": "^3.0.6",
2019-09-05 09:35:26 +00:00
"@types/cron": "^1.7.1",
2019-09-18 17:15:56 +00:00
"cron": "^1.7.2",
2019-09-05 09:35:26 +00:00
"rxjs": "^6.5.3"
2016-02-12 03:49:31 +00:00
},
"devDependencies": {
2019-09-05 09:35:26 +00:00
"@gitzone/tsbuild": "^2.1.17",
2019-11-27 23:34:45 +00:00
"@gitzone/tstest": "^1.0.28",
"@pushrocks/tapbundle": "^3.2.0",
"@types/node": "^12.12.14",
"tslint": "^5.20.1",
2019-09-05 09:35:26 +00:00
"tslint-config-prettier": "^1.18.0"
2019-09-06 14:32:36 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-06 14:32:36 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2019-11-28 11:33:26 +00:00
}