smartrx/package.json

22 lines
419 B
JSON
Raw Normal View History

2017-10-26 13:08:34 +00:00
{
"name": "smartrx",
2017-10-26 20:56:03 +00:00
"version": "1.0.2",
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-10-26 13:08:34 +00:00
"tapbundle": "^1.0.13"
},
"dependencies": {
2017-10-26 20:56:01 +00:00
"lik": "^1.0.43",
"rxjs": "^5.5.2",
"smartq": "^1.1.6",
2017-10-26 13:08:34 +00:00
"typings-global": "^1.0.16"
}
}