Skip to content

Commit

Permalink
Clean up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
disnet committed Jun 30, 2019
1 parent 6c65312 commit 61b850e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "parser-lang",
"version": "0.1.0",
"description": "A parser combinator library for JavaScript with declarative definition power",
"description": "A parser combinator library for JavaScript with declarative superpowers",
"main": "index.js",
"module": "main.js",
"keywords": ["parsing", "parse", "parser combinators", "template literals"],
Expand All @@ -11,6 +11,10 @@
},
"author": "Tim Disney",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/disnet/parser-lang.git"
},
"dependencies": {
"ava": "^2.1.0",
"esm": "^3.2.20"
Expand Down

0 comments on commit 61b850e

Please sign in to comment.