smartevent/package.json

35 lines
885 B
JSON
Raw Normal View History

2017-04-29 19:23:26 +00:00
{
"name": "@pushrocks/smartevent",
2018-12-10 22:55:17 +00:00
"version": "2.0.3",
"private": false,
2017-04-29 19:23:26 +00:00
"description": "handle events in smart ways",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-04-29 19:23:26 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartevent.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartevent/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartevent#README",
"dependencies": {
"@pushrocks/smartpromise": "^2.0.5"
2017-04-29 19:23:26 +00:00
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.5",
2018-12-10 22:41:41 +00:00
"@types/node": "^10.9.4",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0"
2017-04-29 19:23:26 +00:00
}
2018-12-10 22:54:13 +00:00
}