UNPKG

570 BJSONView Raw
1{
2 "name": "sync-request",
3 "version": "1.0.1",
4 "description": "Make synchronous web requests",
5 "browser": "./browser.js",
6 "keywords": ["request", "http", "https", "cache", "browserify", "synchronous", "sync"],
7 "dependencies": {
8 "concat-stream": "^1.4.6",
9 "http-response-object": "^1.0.1",
10 "spawn-sync": "^1.0.0",
11 "then-request": "^1.0.2"
12 },
13 "scripts": {
14 "test": "node test"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/ForbesLindesay/sync-request.git"
19 },
20 "author": "ForbesLindesay",
21 "license": "MIT"
22}
\No newline at end of file