Skip to content

Commit

Permalink
Add Package.json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Jul 23, 2010
1 parent 78493bc commit 3f9c837
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "spark",
"description": "Powerful node server starter",
"version": "0.0.1",
"contributors": [
{ "name": "Tim Caswell", "email": "tim@sencha.com" },
{ "name": "TJ Holowaychuk", "email": "tj@sencha.com" }
],
"bin": { "spark": "./bin/spark" },
"engines": { "node": ">= 0.1.100" }
}

0 comments on commit 3f9c837

Please sign in to comment.