HQarroum/proxify-url

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "proxify-url",
  "version": "1.0.1",
  "description": "An YQL wrapper used to generate a proxy URL to a given resource.",
  "main": "lib/index.js",
  "scripts": {
    "test": "grunt test",
    "build": "grunt",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HQarroum/proxify-url.git"
  },
  "keywords": [
    "proxify",
    "url",
    "yql",
    "cors"
  ],
  "author": "Halim Qarroum <hqm.post@gmail.com> (http://halim.qarroum.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HQarroum/proxify-url/issues"
  },
  "homepage": "https://github.com/HQarroum/proxify-url#readme",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-uglify": "^3.0.1",
    "grunt-mocha-test": "^0.13.2",
    "load-grunt-tasks": "^3.2.0",
    "mocha": "^4.0.0",
    "should": "^13.0.1",
    "time-grunt": "^1.2.1"
  }
}