smartpromise/package.json

29 lines
648 B
JSON
Raw Normal View History

2016-12-16 20:19:01 +00:00
{
"name": "smartq",
2017-01-20 23:45:14 +00:00
"version": "1.0.4",
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-01-28 15:37:54 +00:00
"typed-promisify": "^0.3.0",
2017-01-17 14:28:28 +00:00
"typings-global": "^1.0.14"
},
"devDependencies": {
2017-01-28 15:37:54 +00:00
"smartchai": "^1.0.1",
2017-01-17 14:28:28 +00:00
"typings-test": "^1.0.3"
}
2016-12-16 20:19:01 +00:00
}