Skip to content

Commit

Permalink
feat(core): redesigns core api
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Oct 11, 2019
1 parent 1398c1a commit 5684278
Show file tree
Hide file tree
Showing 29 changed files with 617 additions and 1,177 deletions.
25 changes: 17 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
{
"name": "@kandor/core",
"name": "@karmic/core",
"version": "0.0.0",
"private": true,
"author": "Rafa Mel",
"description": "Kandor core package",
"description": "Karmic core package",
"keywords": [
"keyword",
"keyword",
"keyword"
"api",
"server",
"framework",
"backend",
"real-time",
"realtime",
"transport",
"tcp",
"websockets",
"http",
"REST",
"RPC"
],
"engines": {
"node": ">=8"
Expand Down Expand Up @@ -45,13 +54,13 @@
"watch:test": "kpo watch:test --"
},
"license": "MIT",
"homepage": "https://github.com/rafamel/kandor/packages/core",
"homepage": "https://github.com/rafamel/karmic/packages/core",
"repository": {
"type": "git",
"url": "https://github.com/rafamel/kandor"
"url": "https://github.com/rafamel/karmic"
},
"bugs": {
"url": "https://github.com/rafamel/kandor/issues"
"url": "https://github.com/rafamel/karmic/issues"
},
"devDependencies": {
"@pika/pack": "^0.4.0",
Expand Down

0 comments on commit 5684278

Please sign in to comment.