taskbuffer/package.json

39 lines
843 B
JSON

{
"name": "taskbuffer",
"version": "1.0.12",
"description": "flexible task management. TypeScript ready!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/taskbuffer.git"
},
"keywords": [
"gulp",
"task",
"buffer",
"TypeScript",
"push.rocks"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/taskbuffer/issues"
},
"homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
"dependencies": {
"@types/lodash": "4.x.x",
"beautylog": "^6.1.10",
"lodash": "^4.17.4",
"rxjs": "^5.4.0",
"smartq": "^1.1.1",
"typings-global": "^1.0.17"
},
"devDependencies": {
"tapbundle": "^1.0.14"
}
}