Skip to content

Commit

Permalink
Add npm metadata to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zaach committed Jun 9, 2010
1 parent 81400fa commit e6358a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "jison",
"version": "0.1.17",
"author": "Zach Carter",
"email": "zach@carter.name",
"keywords": [
Expand All @@ -10,5 +11,9 @@
],
"githubName": "jison",
"type": "zip",
"location": "http://github.com/zaach/jison/zipball/master"
"location": "http://github.com/zaach/jison/zipball/master",
"main" : "lib/jison",
"bin" : { "jison" : "lib/jison/cli-wrapper.js" },
"engines" : { "node" : ">=0.1.90" },
"directories" : { "lib" : "lib" }
}

0 comments on commit e6358a6

Please sign in to comment.