Skip to content

Commit

Permalink
[dist] Version bump v0.2.8; indentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
AvianFlu committed Oct 20, 2011
1 parent a97f5c0 commit cd3ba41
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
@@ -1,33 +1,33 @@
{
"name" : "http-server",
"preferGlobal": "true",
"version" : "0.2.7",
"author": "Marak Squires <marak.squires@gmail.com>",
"description" : "a simple zero-configuration command-line http server",
"bin": {
"http-server": "./bin/http-server"
},
"main": "./lib/http-server",
"repository" : {
"type" : "git",
"url" : "https://github.com/nodejitsu/http-server.git"
},
"keywords" : [
"cli",
"command"
],
"dependencies" : {
"eyes": "~0.1.6",
"colors" : "*",
"optimist" : "0.2.x"
},
"name" : "http-server",
"preferGlobal": "true",
"version" : "0.2.8",
"author": "Marak Squires <marak.squires@gmail.com>",
"description" : "a simple zero-configuration command-line http server",
"bin": {
"http-server": "./bin/http-server"
},
"main": "./lib/http-server",
"repository" : {
"type" : "git",
"url" : "https://github.com/nodejitsu/http-server.git"
},
"keywords" : [
"cli",
"command"
],
"dependencies" : {
"eyes": "~0.1.6",
"colors" : "*",
"optimist" : "0.2.x"
},
"devDepencencies": {
"vows": "0.5.x",
"request": "2.1.x"
},
"bundleDependencies" : [ "node-static" ],
"license" : "MIT",
"engine" : {
"node" : ">=0.4"
}
"engine" : {
"node" : ">=0.4"
}
}

0 comments on commit cd3ba41

Please sign in to comment.