smartpromise/package.json

43 lines
978 B
JSON
Raw Normal View History

2016-12-16 20:19:01 +00:00
{
"name": "@pushrocks/smartpromise",
"private": false,
2020-10-15 18:02:14 +00:00
"version": "3.0.7",
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": {
2019-09-11 13:37:17 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
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": {
2019-09-11 13:37:17 +00:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.13",
2019-09-11 14:44:21 +00:00
"@types/node": "^12.7.5",
2019-09-11 13:37:17 +00:00
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-03-26 11:07:13 +00:00
}