smartpromise/package.json
2018-03-16 10:24:30 +01:00

28 lines
613 B
JSON

{
"name": "smartq",
"version": "1.1.8",
"description": "dropin replacement for q",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"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"
},
"homepage": "https://gitlab.com/pushrocks/smartq#README",
"dependencies": {
"util.promisify": "^1.0.0"
},
"devDependencies": {
"@types/node": "^9.4.7",
"tapbundle": "^2.0.0"
}
}