Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 18, 2012
1 parent 77beeee commit 1952600
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
@@ -0,0 +1,12 @@
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "eliza",
"description": "The classic Eliza",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-eliza.git"
},
"main": "elizabot.js",
"bin": "eliza-repl.js"
}

0 comments on commit 1952600

Please sign in to comment.