36 lines
748 B
JSON
36 lines
748 B
JSON
{
|
|
"name": "taskbuffer",
|
|
"version": "0.0.4",
|
|
"description": "manage triggers and execution of tasks with promises",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pushrocks/taskbuffer.git"
|
|
},
|
|
"keywords": [
|
|
"gulp",
|
|
"tasks",
|
|
"watch",
|
|
"buffer"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pushrocks/taskbuffer/issues"
|
|
},
|
|
"homepage": "https://github.com/pushrocks/taskbuffer#readme",
|
|
"dependencies": {
|
|
"beautylog": "^4.1.6",
|
|
"projectinfo": "1.0.1",
|
|
"q": "^1.4.1",
|
|
"rx": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"should": "^8.3.1",
|
|
"npmts": "^5.1.5"
|
|
}
|
|
}
|