Skip to content

Commit

Permalink
a package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jan 1, 2012
1 parent 276d575 commit 10a8032
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name" : "point-in-polygon",
"description" : "",
"version" : "0.0.0",
"repository" : {
"type" : "git",
"url" : "git://github.com/substack/point-in-polygon.git"
},
"main" : "index.js",
"keywords" : [
"point",
"polygon",
"inside"
],
"directories" : {
"lib" : ".",
"example" : "example",
"test" : "test"
},
"scripts" : {
"test" : "tap test/*.js"
},
"devDependencies" : {
"tap" : "0.0.x"
},
"engines" : {
"node" : ">=0.4.0"
},
"license" : "MIT",
"author" : {
"name" : "James Halliday",
"email" : "mail@substack.net",
"url" : "http://substack.net"
}
}
File renamed without changes.

0 comments on commit 10a8032

Please sign in to comment.