taskbuffer/package.json

35 lines
728 B
JSON
Raw Normal View History

2016-02-12 03:49:31 +00:00
{
"name": "taskbuffer",
2016-05-04 02:11:46 +00:00
"version": "0.0.2",
2016-02-12 03:49:31 +00:00
"description": "manage triggers and execution of tasks with promises",
2016-02-18 21:26:18 +00:00
"main": "dist/index.js",
2016-02-12 03:49:31 +00:00
"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": {
2016-02-18 21:26:18 +00:00
"beautylog": "^2.1.1",
2016-05-04 00:49:43 +00:00
"npmts": "^3.1.2",
"projectinfo": "0.0.2",
2016-02-12 03:49:31 +00:00
"q": "^1.4.1"
},
"devDependencies": {
"should": "^8.2.2"
}
}