UNPKG

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