Skip to content

Commit

Permalink
Initial release: v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danmactough committed Mar 4, 2014
1 parent b19d3ed commit c2c6e4b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
@@ -0,0 +1,25 @@
{
"name": "parse-http-header",
"version": "0.0.1",
"description": "Parses parameterized HTTP header value strings into objects",
"main": "parse-http-header.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/danmactough/node-parse-http-header.git"
},
"keywords": [
"http",
"parse",
"header",
"headers"
],
"author": "Dan MacTough <danmactough@gmail.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/danmactough/node-parse-http-header/issues"
},
"homepage": "https://github.com/danmactough/node-parse-http-header"
}

0 comments on commit c2c6e4b

Please sign in to comment.