Skip to content

Commit

Permalink
🔧 Adds Initial package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brucificus committed Mar 16, 2020
1 parent a4ad953 commit a7dd283
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": "html-antlr4",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brucificus/html-antlr4-typescript.git"
},
"author": "Bruce Markham",
"license": "ISC",
"bugs": {
"url": "https://github.com/brucificus/html-antlr4-typescript/issues"
},
"homepage": "https://github.com/brucificus/html-antlr4-typescript#readme"
}

0 comments on commit a7dd283

Please sign in to comment.