smartevent/package.json

28 lines
629 B
JSON
Raw Normal View History

2017-04-29 19:23:26 +00:00
{
"name": "smartevent",
2017-04-29 19:23:30 +00:00
"version": "1.0.1",
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": "(npmts)"
},
"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": {
"smartq": "^1.1.1",
"typings-global": "^1.0.16"
},
"devDependencies": {
"tapbundle": "^1.0.10"
}
}