forked from tomas/needle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
16 lines (16 loc) · 863 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "needle"
, "version": "0.6.3"
, "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": "Tomás Pollak <[email protected]>"
, "repository": { "type": "git", "url": "https://github.com/tomas/needle.git" }
, "dependencies": { "qs": "", "iconv-lite": "" }
, "devDependencies": { "mocha": "", "sinon": "", "should": "" }
, "scripts": { "test": "mocha test" }
, "directories" : { "lib" : "./lib" }
, "main": "./lib/needle"
, "bin": {"needle": "./bin/needle"}
, "engines": { "node": ">= 0.4.x" }
}