Skip to content

Commit

Permalink
Tidy package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Aug 27, 2016
1 parent 3ee3596 commit c5eff76
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
{
"name": "vestibule",
"description": "A place for callbacks to wait util we're ready for them.",
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"version": "1.3.0",
"name": "vestibule",
"version": "1.3.0",
"description":

"A place for callbacks to wait util we're ready for them.",

"keywords":
[
"async", "asynchronous", "control", "flow",
"micro-js", "cadence", "step", "callback"
"async", "asynchronous", "control", "flow", "micro-js",
"cadence", "step", "callback"
],
"license": "MIT",
"homepage": "http://bigeasy.github.com/vestibule",
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"homepage": "http://bigeasy.github.com/vestibule",
"license": "MIT",
"repository":
{
"url": "git://github.com/bigeasy/vestibule.git",
"type": "git"
"url": "git://github.com/bigeasy/vestibule.git",
"type": "git"
},
"main": "vestibule.js",
"dependencies":
{},
{
},
"devDependencies":
{
"proof": "1.x",
"uglify-js": "~1.3"
"proof": "0.0.x",
"uglify-js": "~1.3"
},
"main": "vestibule.js",
"scripts":
{
"test": "proof platform win32 && proof */*/*.t.js || t/test"
"test": "proof platform win32 && proof */*/*.t.js || t/test"
}
}

0 comments on commit c5eff76

Please sign in to comment.