aboutsummaryrefslogtreecommitdiff
path: root/node_modules/chai-http/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 00:03:48 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 00:03:48 +0000
commit714368c049f8749ed22c6d1d07bb3adc783dc349 (patch)
tree8952248ebf3f85b141ef0d18ecf6a1becdc8b89b /node_modules/chai-http/package.json
parent8beb37ed67b5f2fa0f9aa85499a8f11b39c9d067 (diff)
parentb65166302f5296165da115ed96ce112433157a2d (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'node_modules/chai-http/package.json')
-rw-r--r--node_modules/chai-http/package.json112
1 files changed, 112 insertions, 0 deletions
diff --git a/node_modules/chai-http/package.json b/node_modules/chai-http/package.json
new file mode 100644
index 0000000..865e37b
--- /dev/null
+++ b/node_modules/chai-http/package.json
@@ -0,0 +1,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"
+}