Skip to content

Commit

Permalink
remove typeoes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneseaton committed Jun 20, 2014
1 parent 269da22 commit 86f195c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-{
- "name": "needlefix"
- , "version": "0.0.1"
- , "description": "Tiny yet feature-packed HTTP client. With multipart, charset decoding and proxy support."
- , "keywords": ["http", "https", "simple", "request", "client", "multipart", "upload", "proxy", "deflate", "timeout", "charset", "iconv"]
- , "tags": ["http", "https", "simple", "request", "client", "multipart", "upload", "proxy", "deflate", "timeout", "charset", "iconv"]
- , "author": "Shane Seaton Tomás Pollak <[email protected]>"
- , "repository": { "type": "git", "url": "https://github.com/shaneseaton/needle.git" }
- , "dependencies": { "qs": "", "iconv-lite": "" }
- , "devDependencies": { "mocha": "", "sinon": "", "should": "", "xml2js": "", "JSONStream": "", "q": "", "jschardet": "" }
- , "scripts": { "test": "mocha test" }
- , "directories" : { "lib" : "./lib" }
- , "main": "./lib/needle"
- , "bin": {"needle": "./bin/needle"}
- , "engines": { "node": ">= 0.10.x" }
-}
{
"name": "needlefix"
, "version": "0.0.1"
, "description": "Tiny yet feature-packed HTTP client. With multipart, charset decoding and proxy support."
, "keywords": ["http", "https", "simple", "request", "client", "multipart", "upload", "proxy", "deflate", "timeout", "charset", "iconv"]
, "tags": ["http", "https", "simple", "request", "client", "multipart", "upload", "proxy", "deflate", "timeout", "charset", "iconv"]
, "author": "Shane Seaton Tomás Pollak <[email protected]>"
, "repository": { "type": "git", "url": "https://github.com/shaneseaton/needle.git" }
, "dependencies": { "qs": "", "iconv-lite": "" }
, "devDependencies": { "mocha": "", "sinon": "", "should": "", "xml2js": "", "JSONStream": "", "q": "", "jschardet": "" }
, "scripts": { "test": "mocha test" }
, "directories" : { "lib" : "./lib" }
, "main": "./lib/needle"
, "bin": {"needle": "./bin/needle"}
, "engines": { "node": ">= 0.10.x" }
}

0 comments on commit 86f195c

Please sign in to comment.