This commit is contained in:
2018-03-07 22:22:15 +01:00
commit b9990c3953
15 changed files with 1344 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "smartuniverse",
"version": "1.0.1",
"description": "messaging service for your micro services",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
},
"dependencies": {
"smartcli": "^2.0.12",
"smartexpress": "^1.0.19"
}
}