Skip to content

Commit

Permalink
Add main info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bahung1221 committed Sep 23, 2019
1 parent 8e67813 commit 3d6071a
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "micro",
"name": "microsia",
"version": "0.0.1",
"main": "broker.js",
"scripts": {
Expand All @@ -18,9 +18,26 @@
"git add"
]
},
"author": "bahung1221@gmail.com",
"repository": {
"type": "git",
"url": "git+https://github.com/consocia/microsia.git"
},
"keywords": [
"microservices",
"microservice",
"micro-services",
"micro-service",
"micro",
"transport",
"nats"
],
"author": "info@consocia.io",
"license": "ISC",
"description": "",
"description": "Blazing fast and lightweight microservices server",
"bugs": {
"url": "https://github.com/consocia/microsia/issues"
},
"homepage": "https://github.com/consocia/microsia",
"dependencies": {
"eventemitter2": "^5.0.1",
"nats": "^1.3.0"
Expand Down

0 comments on commit 3d6071a

Please sign in to comment.