Skip to content

Commit

Permalink
Added packgage.json for publishing to NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Aug 9, 2010
1 parent a89862b commit fc8a9b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
@@ -0,0 +1,8 @@
{ "name": "geddy"
, "version": "0.1.1"
, "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)"
, "scripts":
{ "install": "make && make install"
, "uninstall": "make uninstall"
}
}

0 comments on commit fc8a9b2

Please sign in to comment.