smartpromise/package.json
2017-07-27 18:17:51 +02:00

28 lines
617 B
JSON

{
"name": "smartq",
"version": "1.1.7",
"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": {
"typings-global": "^1.0.19",
"util.promisify": "^1.0.0"
},
"devDependencies": {
"tapbundle": "^1.1.0"
}
}