taskbuffer/package.json

38 lines
806 B
JSON
Raw Normal View History

2016-02-12 03:49:31 +00:00
{
"name": "taskbuffer",
2016-05-17 01:32:57 +00:00
"version": "0.1.2",
2016-05-17 01:27:29 +00:00
"description": "Flexible task organization for gulp. TypeScript ready!",
2016-02-18 21:26:18 +00:00
"main": "dist/index.js",
2016-05-23 03:36:55 +00:00
"typings":"dist/index.d.ts",
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-05-15 01:16:50 +00:00
"beautylog": "^5.0.0",
"lodash": "^4.12.0",
2016-05-04 02:28:50 +00:00
"projectinfo": "1.0.1",
"q": "^1.4.1",
"rx": "^4.1.0"
2016-02-12 03:49:31 +00:00
},
"devDependencies": {
2016-05-04 02:28:50 +00:00
"should": "^8.3.1",
2016-05-04 02:29:27 +00:00
"npmts": "^5.1.5"
2016-02-12 03:49:31 +00:00
}
}