made initial base structure

This commit is contained in:
2016-02-12 04:49:31 +01:00
parent aad645619c
commit e7b0b77987
14 changed files with 215 additions and 0 deletions

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"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"
}
}