This commit is contained in:
2017-10-26 15:08:34 +02:00
commit f2699f022a
9 changed files with 135 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "smartrx",
"version": "1.0.1",
"description": "smart wrapper for rxjs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
"typings-global": "^1.0.16"
}
}