taskbuffer/package.json
LosslessBot 38d02a3ac2 0.0.2
2016-05-04 04:11:46 +02:00

35 lines
728 B
JSON

{
"name": "taskbuffer",
"version": "0.0.2",
"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": "^2.1.1",
"npmts": "^3.1.2",
"projectinfo": "0.0.2",
"q": "^1.4.1"
},
"devDependencies": {
"should": "^8.2.2"
}
}