aboutsummaryrefslogtreecommitdiff
path: root/node_modules/node-fetch/package.json
blob: 892b93068fc5b95f02b6c259e3d47d1770dc4e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "node-fetch",
  "version": "1.7.2",
  "description": "A light-weight module that brings window.fetch to node.js and io.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/test.js",
    "report": "istanbul cover _mocha -- -R spec test/test.js",
    "coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && codecov"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bitinn/node-fetch.git"
  },
  "keywords": [
    "fetch",
    "http",
    "promise"
  ],
  "author": "David Frank",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bitinn/node-fetch/issues"
  },
  "homepage": "https://github.com/bitinn/node-fetch",
  "devDependencies": {
    "bluebird": "^3.3.4",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.2.0",
    "codecov": "^1.0.1",
    "form-data": ">=1.0.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.1.0",
    "parted": "^0.1.1",
    "promise": "^7.1.1",
    "resumer": "0.0.0"
  },
  "dependencies": {
    "encoding": "^0.1.11",
    "is-stream": "^1.0.1"
  }
}