taskbuffer/package.json

33 lines
668 B
JSON
Raw Normal View History

2016-02-12 03:49:31 +00:00
{
"name": "taskbuffer",
"version": "0.0.0",
"description": "manage triggers and execution of tasks with promises",
"main": "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": {
"npmts": "^2.2.3",
"q": "^1.4.1"
},
"devDependencies": {
"should": "^8.2.2"
}
}