aboutsummaryrefslogtreecommitdiff
path: root/node_modules/chai-http/package.json
blob: 865e37b6c8355d06fa7cd0138c3abc11ada93172 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
  "name": "chai-http",
  "version": "3.0.0",
  "description": "Extend Chai Assertion library with tests for http apis",
  "author": {
    "name": "Jake Luer",
    "email": "jake@alogicalparadox.com"
  },
  "keywords": [
    "chai",
    "chai-plugin",
    "browser",
    "http",
    "request",
    "vendor",
    "supertest",
    "superagent"
  ],
  "contributors": [
    {
      "name": "Jake Luer",
      "email": "jake@alogicalparadox.com"
    },
    {
      "name": "Veselin Todorov",
      "email": "hi@vesln.com"
    },
    {
      "name": "Keith Cirkel",
      "email": "oss@keithcirkel.co.uk",
      "url": "http://keithcirkel.co.uk"
    }
  ],
  "files": [
    "dist/chai-http.js",
    "lib/*.js",
    "index.js"
  ],
  "main": "./index",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/chaijs/chai-http.git"
  },
  "scripts": {
    "build": "npm run build:readme && npm run build:js",
    "prebuild:js": "rm -rf dist",
    "build:js": "simplifyify lib/http.js --outfile dist/chai-http.js --bundle --minify --debug --standalone chaiHttp",
    "build:readme": "rm -rf README.md && node ./support/readme",
    "start": "npm-run-all --parallel watch server",
    "watch": "npm run build:js -- --watch",
    "server": "http-server -o -c-1",
    "test": "istanbul cover --report lcovonly _mocha",
    "posttest": "if [ -z \"$COVERALLS_REPO_TOKEN\" ]; then cat coverage/lcov.info | coveralls; fi"
  },
  "browser": {
    "http": false,
    "https": false,
    "net": "./lib/net.js",
    "querystring": "qs"
  },
  "dependencies": {
    "cookiejar": "2.0.x",
    "is-ip": "1.0.0",
    "methods": "^1.1.2",
    "qs": "^6.2.0",
    "superagent": "^2.0.0"
  },
  "devDependencies": {
    "simplifyify": "^2.0.1",
    "chai": "*",
    "coveralls": "^2.11.9",
    "dox": "^0.8.1",
    "es6-shim": "^0.35.1",
    "http-server": "^0.9.0",
    "istanbul": "^0.4.3",
    "mocha": "^2.5.3",
    "npm-run-all": "^2.1.1"
  },
  "engines": {
    "node": ">= 0.6.0"
  },
  "gitHead": "1345021daad2c7b0fbac9fe5c541f55802795f33",
  "bugs": {
    "url": "https://github.com/chaijs/chai-http/issues"
  },
  "homepage": "https://github.com/chaijs/chai-http#readme",
  "_id": "chai-http@3.0.0",
  "_shasum": "5460d8036e1f1a12b0b5b5cbd529e6dc1d31eb4b",
  "_from": "chai-http@latest",
  "_npmVersion": "3.9.3",
  "_nodeVersion": "6.2.1",
  "_npmUser": {
    "name": "chaijs",
    "email": "chaijs@keithcirkel.co.uk"
  },
  "dist": {
    "shasum": "5460d8036e1f1a12b0b5b5cbd529e6dc1d31eb4b",
    "tarball": "https://registry.npmjs.org/chai-http/-/chai-http-3.0.0.tgz"
  },
  "maintainers": [
    {
      "name": "chaijs",
      "email": "chaijs@keithcirkel.co.uk"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/chai-http-3.0.0.tgz_1465570423892_0.4711184229236096"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/chai-http/-/chai-http-3.0.0.tgz"
}