Skip to content

Commit

Permalink
chore(package.json) blocks reorganized, nock removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Jan 15, 2019
1 parent aeae0f3 commit b3d271f
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions package.json
Expand Up @@ -3,44 +3,43 @@
"version": "3.3.0",
"description": "SuperAgent driven library for testing HTTP servers",
"main": "index.js",
"author": "TJ Holowaychuk",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/supertest.git"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"superagent",
"request",
"tdd",
"bdd",
"http",
"test",
"testing"
],
"scripts": {
"pretest": "npm install",
"test": "eslint lib/**/*.js test/**/*.js index.js && nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"methods": "^1.1.2",
"superagent": "^3.8.3"
"superagent": "^4.1.0"
},
"devDependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"coveralls": "^3.0.2",
"eslint": "^5.5.0",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"express": "^4.16.3",
"express": "^4.16.4",
"mocha": "^5.2.0",
"nock": "^9.6.1",
"nyc": "^13.0.1",
"nyc": "^13.1.0",
"should": "^13.2.3"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"superagent",
"request",
"tdd",
"bdd",
"http",
"test",
"testing"
],
"author": "TJ Holowaychuk",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/supertest.git"
}
}

0 comments on commit b3d271f

Please sign in to comment.