Skip to content

Commit

Permalink
cleanup of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sintaxi committed Feb 16, 2014
1 parent aaa2928 commit 2faaa58
Showing 1 changed file with 15 additions and 56 deletions.
71 changes: 15 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,59 +3,20 @@
"version": "0.11.2",
"description": "Static web server with built in preprocessing",
"author": "Brock Whitten <[email protected]>",
"contributors": [
{
"name": "Brock Whitten",
"email": "[email protected]"
},
{
"name": "Rob Ellis",
"email": "[email protected]"
},
{
"name": "Jorge Pedret",
"email": "[email protected]"
},
{
"name": "Michael Brooks",
"email": "[email protected]"
},
{
"name": "Tommy-Carlos Williams",
"email": "[email protected]"
},
{
"name": "Darryl Pogue",
"email": "[email protected]"
},
{
"name": "Boris Mann",
"email": "[email protected]"
},
{
"name": "Kenneth Ormandy",
"email": "[email protected]"
},
{
"name": "Keith Yao",
"email": "[email protected]"
},
{
"name": "Eric Drechsel",
"email": "[email protected]"
},
{
"name": "Andrew Hobden",
"email": "[email protected]"
},
{
"name": "Max Melentiev",
"email": "[email protected]"
},
{
"name": "Remy Sharp",
"email": "[email protected]"
}
"contributors":
[ "Brock Whitten <[email protected]>"
, "Rob Ellis <[email protected]>"
, "Jorge Pedret <[email protected]>"
, "Michael Brooks <[email protected]>"
, "Tommy-Carlos Williams <[email protected]>"
, "Darryl Pogue <[email protected]>"
, "Boris Mann <[email protected]>"
, "Kenneth Ormandy <[email protected]>"
, "Keith Yao <[email protected]>"
, "Eric Drechsel <[email protected]>"
, "Andrew Hobden <[email protected]>"
, "Max Melentiev <[email protected]>"
, "Remy Sharp <[email protected]>"
],
"homepage": "http://harpjs.com",
"bugs": "http://github.com/sintaxi/harp/issues",
Expand Down Expand Up @@ -86,9 +47,7 @@
"license": "MIT",
"preferGlobal": true,
"readmeFilename": "README.md",
"bin": {
"harp": "./bin/harp"
},
"bin": "./bin/harp",
"engines": {
"node": ">=0.8"
}
Expand Down

0 comments on commit 2faaa58

Please sign in to comment.