Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
Add package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Nov 18, 2011
1 parent fb372f1 commit b9490b6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "onyx",
"description": "Fast Node.js static file server",
"keywords" : [
"static",
"HTTP",
"streaming"
],
"version": "0.1.0",
"homepage": "http://yuilibrary.com/",
"author": "Reid Burke <me@reidburke.com> (http://reidburke.com/)",
"contributors": [{
"name": "Reid Burke",
"email": "me@reidburke.com"
}],
"main": "lib/onyx.js",
"directories": {
"lib": "./lib"
},
"dependencies" : {
},
"devDependencies" : {
"jslint" : ">=0.1.0",
"ronn" : ">=0.3.5",
"vows" : ">=0.5.0 <0.5.10"
},
"engines": {
"node": "~0.4.9"
},
"scripts": {
"test": "vows test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/reid/onyx.git"
},
"licenses" : [
{ "type" : "BSD", "url" : "http://yuilibrary.com/license/" }
]
}

0 comments on commit b9490b6

Please sign in to comment.