smartrx/package.json

23 lines
445 B
JSON
Raw Normal View History

2017-10-26 13:08:34 +00:00
{
"name": "smartrx",
2017-11-01 16:01:33 +00:00
"version": "1.0.5",
2017-10-26 13:08:34 +00:00
"description": "smart wrapper for rxjs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
2017-10-26 20:56:01 +00:00
"devDependencies": {
2017-11-01 13:59:28 +00:00
"tapbundle": "^1.1.8"
2017-10-26 13:08:34 +00:00
},
"dependencies": {
2017-11-01 13:59:28 +00:00
"lik": "^2.0.1",
2017-10-26 20:56:01 +00:00
"rxjs": "^5.5.2",
2017-11-01 13:59:28 +00:00
"smartevent": "^1.0.1",
2017-10-26 20:56:01 +00:00
"smartq": "^1.1.6",
2017-11-01 13:59:28 +00:00
"typings-global": "^1.0.23"
2017-10-26 13:08:34 +00:00
}
}