Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomknig committed Mar 2, 2020
1 parent 7c5e218 commit 5742ad9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "cardobject",
"version": "1.0.0",
"description": "cardobject-library written in go",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DecentralCardGame/cardobject.git"
},
"author": "",
"license": "NONE",
"bugs": {
"url": "https://github.com/DecentralCardGame/cardobject/issues"
},
"homepage": "https://github.com/DecentralCardGame/cardobject#readme"
}

0 comments on commit 5742ad9

Please sign in to comment.