File: /var/dev/farhangmoaser/web/node_modules/supertest/package.json
{
"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": "TJ Holowaychuk",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/supertest.git"
}
}