smartpromise/package.json
2018-07-02 22:52:45 +02:00

31 lines
721 B
JSON

{
"name": "@pushrocks/smartpromise",
"private": false,
"version": "2.0.1",
"description": "dropin replacement for q",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tsrun test/test.ts)",
"build": "(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": {
"@gitzone/tsrun": "^1.0.18",
"@types/node": "^10.5.1",
"tapbundle": "^2.0.0"
}
}