{
  "name": "relateurl",
  "description": "Minify URLs by converting them from absolute to relative.",
  "version": "0.2.7",
  "license": "MIT",
  "homepage": "https://github.com/stevenvachon/relateurl",
  "author": {
    "name": "Steven Vachon",
    "email": "contact@svachon.com",
    "url": "http://www.svachon.com/"
  },
  "main": "lib",
  "repository": {
    "type": "git",
    "url": "git://github.com/stevenvachon/relateurl.git"
  },
  "devDependencies": {
    "browserify": "^13.0.1",
    "chai": "^3.5.0",
    "mocha": "^2.5.3",
    "uglify-js": "^2.7.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "lib",
    "license"
  ]
}