Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jul 10, 2011
1 parent 9e015e1 commit d604372
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
@@ -0,0 +1,8 @@
{ "name": "objc"
, "description": "A bridge between NodeJS and the Objective-C Runtime"
, "version": "0.0.0"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-objc.git" }
, "main": "./index.js"
, "engines": { "node": "0.4.x || 0.5.x" }
}

0 comments on commit d604372

Please sign in to comment.