UNPKG

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