smartpromise/package.json

28 lines
613 B
JSON
Raw Normal View History

2016-12-16 20:19:01 +00:00
{
"name": "smartq",
2018-03-16 09:24:30 +00:00
"version": "1.1.8",
2016-12-16 20:19:01 +00:00
"description": "dropin replacement for q",
"main": "dist/index.js",
2016-12-16 20:21:58 +00:00
"typings": "dist/index.d.ts",
2016-12-16 20:19:01 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartq.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartq/issues"
},
2017-01-17 14:28:28 +00:00
"homepage": "https://gitlab.com/pushrocks/smartq#README",
"dependencies": {
2017-07-06 12:55:42 +00:00
"util.promisify": "^1.0.0"
2017-01-17 14:28:28 +00:00
},
"devDependencies": {
2018-03-16 09:24:12 +00:00
"@types/node": "^9.4.7",
"tapbundle": "^2.0.0"
2017-01-17 14:28:28 +00:00
}
2016-12-16 20:19:01 +00:00
}