smartpromise/package.json

29 lines
702 B
JSON
Raw Normal View History

2016-12-16 20:19:01 +00:00
{
"name": "@pushrocks/smartpromise",
"private": false,
2019-03-26 11:11:25 +00:00
"version": "3.0.2",
2019-03-26 11:11:24 +00:00
"description": "simple promises and Deferred constructs",
2016-12-16 20:19:01 +00:00
"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": "(tsrun test/test.ts)",
"build": "(npmts)"
2016-12-16 20:19:01 +00:00
},
"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",
2018-07-02 20:59:16 +00:00
"dependencies": {},
2017-01-17 14:28:28 +00:00
"devDependencies": {
"@gitzone/tsrun": "^1.0.18",
"@types/node": "^10.5.1",
2018-03-16 09:24:12 +00:00
"tapbundle": "^2.0.0"
2017-01-17 14:28:28 +00:00
}
2019-03-26 11:07:13 +00:00
}