taskbuffer/package.json
2017-01-20 18:54:23 +01:00

42 lines
912 B
JSON

{
"name": "taskbuffer",
"version": "1.0.9",
"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.0.0",
"lodash": "^4.17.4",
"q": "^1.4.1",
"rxjs": "^5.0.3",
"smartq": "^1.0.2",
"typings-global": "^1.0.14"
},
"devDependencies": {
"npmts-g": "^6.0.0",
"should": "^11.1.2",
"typings-test": "^1.0.3"
}
}