2016-02-12 03:49:31 +00:00
|
|
|
{
|
|
|
|
"name": "taskbuffer",
|
2016-08-02 09:10:08 +00:00
|
|
|
"version": "1.0.4",
|
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": {
|
|
|
|
"test": "(npmts)"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"tasks",
|
|
|
|
"watch",
|
|
|
|
"buffer"
|
|
|
|
],
|
|
|
|
"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": {
|
2016-07-31 22:53:27 +00:00
|
|
|
"@types/lodash": "^0.0.28",
|
|
|
|
"@types/q": "^0.0.27",
|
|
|
|
"beautylog": "^5.0.18",
|
|
|
|
"lodash": "^4.14.1",
|
2016-05-04 02:17:59 +00:00
|
|
|
"q": "^1.4.1",
|
2016-07-31 22:53:27 +00:00
|
|
|
"rxjs": "^5.0.0-beta.10",
|
|
|
|
"typings-global": "^1.0.6"
|
2016-02-12 03:49:31 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-07-31 22:53:27 +00:00
|
|
|
"npmts-g": "^5.2.8",
|
2016-08-01 11:17:15 +00:00
|
|
|
"should": "^10.0.0",
|
|
|
|
"typings-test": "^1.0.1"
|
2016-02-12 03:49:31 +00:00
|
|
|
}
|
|
|
|
}
|