aboutsummaryrefslogtreecommitdiff
path: root/node_modules/supertest/package.json
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-26 07:43:04 +0000
committerHumairAK <humair88@hotmail.com>2016-07-26 07:43:04 +0000
commitf016bdbc35b7efa44bd63413bde09433ea916c59 (patch)
tree238a4ffbd447907876b2f1624cdb6f4abc3009eb /node_modules/supertest/package.json
parent10f1c442e27d82d1fc2c94d1bc0a2ad27917b287 (diff)
added some unit testing, need a lot more
Diffstat (limited to 'node_modules/supertest/package.json')
-rw-r--r--node_modules/supertest/package.json87
1 files changed, 87 insertions, 0 deletions
diff --git a/node_modules/supertest/package.json b/node_modules/supertest/package.json
new file mode 100644
index 0000000..4aee5d9
--- /dev/null
+++ b/node_modules/supertest/package.json
@@ -0,0 +1,87 @@
+{
+ "name": "supertest",
+ "version": "1.2.0",
+ "description": "Super-agent driven library for testing HTTP servers",
+ "main": "index.js",
+ "scripts": {
+ "pretest": "npm install",
+ "test": "mocha --require should --reporter spec --check-leaks"
+ },
+ "dependencies": {
+ "superagent": "^1.7.2",
+ "methods": "1.x"
+ },
+ "devDependencies": {
+ "body-parser": "~1.13.2",
+ "cookie-parser": "~1.3.5",
+ "express": "~4.12.4",
+ "mocha": "~2.2.5",
+ "should": "~7.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "keywords": [
+ "superagent",
+ "request",
+ "tdd",
+ "bdd",
+ "http",
+ "test",
+ "testing"
+ ],
+ "author": {
+ "name": "TJ Holowaychuk"
+ },
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/visionmedia/supertest.git"
+ },
+ "gitHead": "f4efb75950d3081a06dc1e9e88b0372a0512f08e",
+ "bugs": {
+ "url": "https://github.com/visionmedia/supertest/issues"
+ },
+ "homepage": "https://github.com/visionmedia/supertest#readme",
+ "_id": "supertest@1.2.0",
+ "_shasum": "850a795f9068d2faf19e01799ff09962e0ce43be",
+ "_from": "supertest@latest",
+ "_npmVersion": "2.14.12",
+ "_nodeVersion": "4.2.4",
+ "_npmUser": {
+ "name": "mikelax",
+ "email": "mholtzman@gmail.com"
+ },
+ "dist": {
+ "shasum": "850a795f9068d2faf19e01799ff09962e0ce43be",
+ "tarball": "https://registry.npmjs.org/supertest/-/supertest-1.2.0.tgz"
+ },
+ "maintainers": [
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ {
+ "name": "gjohnson",
+ "email": "gjj391@gmail.com"
+ },
+ {
+ "name": "kof",
+ "email": "oleg008@gmail.com"
+ },
+ {
+ "name": "defunctzombie",
+ "email": "shtylman@gmail.com"
+ },
+ {
+ "name": "mikelax",
+ "email": "mholtzman@gmail.com"
+ }
+ ],
+ "_npmOperationalInternal": {
+ "host": "packages-6-west.internal.npmjs.com",
+ "tmp": "tmp/supertest-1.2.0.tgz_1455204548964_0.9615733381360769"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/supertest/-/supertest-1.2.0.tgz"
+}