smartpromise/package.json

21 lines
474 B
JSON
Raw Normal View History

2016-12-16 20:19:01 +00:00
{
"name": "smartq",
2016-12-16 20:22:02 +00:00
"version": "1.0.1",
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"
},
"homepage": "https://gitlab.com/pushrocks/smartq#README"
}