smartuniverse/package.json

22 lines
462 B
JSON
Raw Normal View History

2018-03-07 21:22:15 +00:00
{
"name": "smartuniverse",
2018-03-08 22:42:54 +00:00
"version": "1.0.2",
2018-03-07 21:22:15 +00:00
"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": {
2018-03-08 22:42:46 +00:00
"tapbundle": "^2.0.0"
2018-03-07 21:22:15 +00:00
},
"dependencies": {
"smartcli": "^2.0.12",
2018-03-08 22:42:46 +00:00
"smartexpress": "^1.0.19",
"smartfile": "^4.2.28"
2018-03-07 21:22:15 +00:00
}
}