commandeer
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Changelog | ||
## 1.0.2 (2016-12-02) | ||
* Add Node.js 7.x support | ||
## 1.0.1 (2016-05-02) | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "commandeer", | ||
"version": "1.0.1", | ||
"description": "Proxy requests through connect and capture JSON responses before they are output", | ||
"keywords": [ "capture", "connect", "json", "proxy" ], | ||
"author": "Rowan Manning (http://rowanmanning.com/)", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rowanmanning/commandeer.git" | ||
}, | ||
"homepage": "https://github.com/rowanmanning/commandeer", | ||
"bugs": "https://github.com/rowanmanning/commandeer/issues", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"dependencies": { | ||
"http-proxy": "~1.13", | ||
"underscore": "~1.8" | ||
}, | ||
"devDependencies": { | ||
"istanbul": "~0.4", | ||
"jscs": "^2", | ||
"connect": "^3", | ||
"hogan.js": "^3", | ||
"jshint": "^2", | ||
"mocha": "^2", | ||
"mockery": "^1", | ||
"proclaim": "^3", | ||
"request": "^2", | ||
"sinon": "^1" | ||
}, | ||
"main": "./lib/commandeer.js", | ||
"scripts": { | ||
"test": "make ci" | ||
} | ||
"name": "commandeer", | ||
"version": "1.0.2", | ||
"description": "Proxy requests through connect and capture JSON responses before they are output", | ||
"keywords": [ | ||
"capture", | ||
"connect", | ||
"json", | ||
"proxy" | ||
], | ||
"author": "Rowan Manning (http://rowanmanning.com/)", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rowanmanning/commandeer.git" | ||
}, | ||
"homepage": "https://github.com/rowanmanning/commandeer", | ||
"bugs": "https://github.com/rowanmanning/commandeer/issues", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"dependencies": { | ||
"http-proxy": "~1.13", | ||
"underscore": "~1.8" | ||
}, | ||
"devDependencies": { | ||
"istanbul": "~0.4", | ||
"jscs": "^2", | ||
"connect": "^3", | ||
"hogan.js": "^3", | ||
"jshint": "^2", | ||
"mocha": "^2", | ||
"mockery": "^1", | ||
"proclaim": "^3", | ||
"request": "^2", | ||
"sinon": "^1" | ||
}, | ||
"main": "./lib/commandeer.js", | ||
"scripts": { | ||
"test": "make ci" | ||
} | ||
} |
@@ -235,4 +235,4 @@ | ||
[shield-license]: https://img.shields.io/badge/license-MIT-blue.svg | ||
[shield-node]: https://img.shields.io/badge/node.js%20support-4–6-brightgreen.svg | ||
[shield-node]: https://img.shields.io/badge/node.js%20support-4–7-brightgreen.svg | ||
[shield-npm]: https://img.shields.io/npm/v/commandeer.svg | ||
[shield-build]: https://img.shields.io/travis/rowanmanning/commandeer/master.svg |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64639
40