Skip to content

Commit

Permalink
Reformat package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Jul 26, 2011
1 parent 54574ee commit 2496ac6
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{ "name": "shell"
, "version": "0.0.9"
, "description": "Full features and pretty console applications"
, "author": "David Worms <david@adaltas.com>"
, "contributors":
[ { "name": "David Worms", "email": "david@adaltas.com" } ]
, "engines": { "node": ">= 0.1.90" }
, "dependencies" : {}
, "keywords": ["console", "colors", "xterm"]
, "repository":
{ "type" : "git"
, "url" : "https://github.com/wdavidw/node-shell.git"
}
}
{
"name": "shell",
"version": "0.0.9",
"description": "Full features and pretty console applications",
"author": "David Worms <david@adaltas.com>",
"contributors": [{
"name": "David Worms",
"email": "david@adaltas.com"
}],
"engines": {
"node": ">= 0.1.90"
},
"dependencies": {
"coffee-script": "lastest"
},
"keywords": ["console", "colors", "xterm"],
"repository": {
"type": "git",
"url": "https://github.com/wdavidw/node-shell.git"
}
}

0 comments on commit 2496ac6

Please sign in to comment.