Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Sep 2, 2014
1 parent f132e0d commit d30e903
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
{
"name": "regjsgen",
"description": "Generating JavaScript RegExps in JavaScript",
"version": "0.1.2",
"author": "Benjamin Tan <[email protected]> (https://d10.github.io/)",
"description": "Generate `RegExp`s from RegJSParser’s AST",
"homepage": "https://github.com/d10/regjsgen",
"license": "MIT",
"main": "./regjsgen",
"main": "regjsgen.js",
"keywords": [
"ast",
"generate",
"regex",
"regexp",
"regular expressions"
],
"author": "Benjamin Tan <[email protected]> (https://d10.github.io/)",
"contributors": [
"Benjamin Tan <[email protected]> (https://d10.github.io/)",
"Mathias Bynens <[email protected]> (https://mathiasbynens.be/)"
],
"repository": "d10/regjsgen",
"scripts": {
"test": "node test/test.js"
},
"files": [
"LICENSE.txt",
"regjsgen.js",
"README.md"
],
"homepage": "https://github.com/d10/regjsgen",
"repository": {
"type": "git",
"url": "[email protected]:d10/regjsgen.git"
},
"scripts": {
"test": "node test/test.js"
},
"devDependencies": {
"got": "~1.2.0",
"jsesc": "~0.5.0"
Expand Down

0 comments on commit d30e903

Please sign in to comment.