commandeer
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "commandeer", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
@@ -5,0 +5,0 @@ "description": "Proxy requests through connect and capture JSON responses before they are output", |
@@ -7,6 +7,8 @@ | ||
**Current Version:** *0.4.0* | ||
**Node Support:** *0.10.x, 0.12.x* | ||
**License:** [MIT][mit] | ||
**Build Status:** [![Build Status][travis-img]][travis] | ||
[![NPM version][shield-npm]][info-npm] | ||
[![Node.js version support][shield-node]][info-node] | ||
[![io.js version support][shield-iojs]][info-iojs] | ||
[![Build status][shield-build]][info-build] | ||
[![Dependencies][shield-dependencies]][info-dependencies] | ||
[![MIT licensed][shield-license]][info-license] | ||
@@ -33,3 +35,13 @@ ```js | ||
Table Of Contents | ||
----------------- | ||
- [Install](#install) | ||
- [Getting Started](#getting-started) | ||
- [Options](#options) | ||
- [Examples](#examples) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
Install | ||
@@ -194,3 +206,3 @@ ------- | ||
Commandeer is licensed under the [MIT][mit] license. | ||
Commandeer is licensed under the [MIT][info-license] license. | ||
Copyright © 2015, Rowan Manning | ||
@@ -203,5 +215,15 @@ | ||
[hogan]: https://github.com/twitter/hogan.js | ||
[mit]: LICENSE | ||
[npm]: https://npmjs.org/ | ||
[travis]: https://travis-ci.org/rowanmanning/commandeer | ||
[travis-img]: https://travis-ci.org/rowanmanning/commandeer.svg?branch=master | ||
[info-dependencies]: https://gemnasium.com/rowanmanning/commandeer | ||
[info-iojs]: package.json | ||
[info-license]: LICENSE | ||
[info-node]: package.json | ||
[info-npm]: https://www.npmjs.com/package/commandeer | ||
[info-build]: https://travis-ci.org/rowanmanning/commandeer | ||
[shield-dependencies]: https://img.shields.io/gemnasium/rowanmanning/commandeer.svg | ||
[shield-iojs]: https://img.shields.io/badge/io.js%20support-latest-brightgreen.svg | ||
[shield-license]: https://img.shields.io/badge/license-MIT-blue.svg | ||
[shield-node]: https://img.shields.io/node/v/commandeer.svg?label=node.js+support | ||
[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
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
54489
226