taskbuffer/package.json

41 lines
890 B
JSON
Raw Normal View History

2016-02-12 03:49:31 +00:00
{
"name": "taskbuffer",
2017-01-20 17:50:43 +00:00
"version": "1.0.9",
2016-08-01 11:35:33 +00:00
"description": "flexible task management. TypeScript ready!",
2016-02-18 21:26:18 +00:00
"main": "dist/index.js",
2016-05-23 03:37:12 +00:00
"typings": "dist/index.d.ts",
2016-02-12 03:49:31 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
2016-08-01 11:35:33 +00:00
"url": "git+https://gitlab.com/pushrocks/taskbuffer.git"
2016-02-12 03:49:31 +00:00
},
"keywords": [
"gulp",
"tasks",
"watch",
"buffer"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2016-08-01 11:35:33 +00:00
"url": "https://gitlab.com/pushrocks/taskbuffer/issues"
2016-02-12 03:49:31 +00:00
},
2016-08-01 11:35:33 +00:00
"homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
2016-02-12 03:49:31 +00:00
"dependencies": {
2016-09-02 16:11:33 +00:00
"@types/lodash": "4.x.x",
2017-01-19 16:26:35 +00:00
"beautylog": "^6.0.0",
"lodash": "^4.17.4",
"q": "^1.4.1",
2017-01-19 16:26:35 +00:00
"rxjs": "^5.0.3",
"smartq": "^1.0.2",
2016-09-02 16:11:33 +00:00
"typings-global": "^1.0.14"
2016-02-12 03:49:31 +00:00
},
"devDependencies": {
2017-01-20 17:50:37 +00:00
"npmts-g": "^6.0.0",
2017-01-19 16:26:35 +00:00
"should": "^11.1.2",
"typings-test": "^1.0.3"
2016-02-12 03:49:31 +00:00
}
}