magdev/node-mashape-tools

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
    "name":"mashape-tools",
    "version":"0.0.15",
    "main":"lib/mashape-tools.js",
    "description":"Connect-style middlewares to perform security checks on your Mashape-API backend by validating HTTP-Headers and allowed Proxy-IPs. It also provides a simple service-container for Mashape-APIs",
    "homepage":"https://github.com/magdev/node-mashape-tools",
    "bugs":"https://github.com/magdev/node-mashape-tools/issues",
    "author":{
        "name":"Marco Grätsch",
        "email":"magdev3.0@gmail.com",
        "url":"https://plus.google.com/+MarcoGrätsch"
    },
    "repository":{
        "type":"git",
        "url":"https://github.com/magdev/node-mashape-tools"
    },
    "license":"MIT",
    "files":[
        "lib"
    ],
    "keywords":[
        "mashape",
        "api",
        "toolbox",
        "express",
        "connect",
        "service-container"
    ],
    "dependencies":{
        "xtend":"*",
        "unirest":"*"
    },
    "devDependencies":{
        "grunt-contrib-jshint":"*",
        "grunt-contrib-watch":"*",
        "load-grunt-tasks":"*",
        "time-grunt":"*",
        "jshint-stylish":"*",
        "mocha":"*",
        "supertest":"*",
        "grunt-simple-mocha":"*",
        "express":"3.*"
    },
    "scripts":{
        "test":"grunt"
    },
    "readmeFilename":"README.md"
}