taskbuffer/package.json

41 lines
899 B
JSON
Raw Normal View History

2016-02-12 03:49:31 +00:00
{
"name": "taskbuffer",
2016-08-03 12:51:47 +00:00
"version": "1.0.7",
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-08-03 10:14:21 +00:00
"@types/lodash": "0.x.x",
"@types/q": "0.x.x",
"beautylog": "^5.0.20",
2016-07-31 22:53:27 +00:00
"lodash": "^4.14.1",
"q": "^1.4.1",
2016-07-31 22:53:27 +00:00
"rxjs": "^5.0.0-beta.10",
"typings-global": "^1.0.6"
2016-02-12 03:49:31 +00:00
},
"devDependencies": {
2016-07-31 22:53:27 +00:00
"npmts-g": "^5.2.8",
2016-08-01 11:17:15 +00:00
"should": "^10.0.0",
"typings-test": "^1.0.1"
2016-02-12 03:49:31 +00:00
}
}