Skip to content

Commit

Permalink
build: use compact package format
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 11, 2014
1 parent 69ba6d2 commit 37167f5
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,12 @@
"name": "response-time",
"description": "X-Response-Time header for node.js",
"version": "2.0.0",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
"Douglas Christopher Wilson <doug@somethingdoug.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/expressjs/response-time.git"
},
"bugs": {
"mail": "me@jongleberry.com",
"url": "https://github.com/expressjs/response-time/issues"
},
"repository": "expressjs/response-time",
"dependencies": {
"on-headers": "0.0.0"
},
Expand Down

0 comments on commit 37167f5

Please sign in to comment.