Skip to content

Commit

Permalink
initialize package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzokuken committed Jul 14, 2021
1 parent fa3bce5 commit 5225bde
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": "jmap",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryzokuken/jmap-js.git"
},
"author": "Ujjwal Sharma <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryzokuken/jmap-js/issues"
},
"homepage": "https://github.com/ryzokuken/jmap-js#readme"
}

0 comments on commit 5225bde

Please sign in to comment.