{
  "name": "google-cdn",
  "version": "1.1.0",
  "description": "Replaces references to resources on the Google CDN",
  "keywords": [
    "cdn",
    "google",
    "cdnjs"
  ],
  "homepage": "https://github.com/passy/google-cdn",
  "bugs": "https://github.com/passy/google-cdn/issues",
  "author": {
    "name": "Pascal Hartig",
    "email": "phartig@rdrei.net",
    "url": "http://passy.me"
  },
  "main": "googlecdn.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/passy/google-cdn.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "escape-regexp": "0.0.1",
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-conventional-changelog": "^6.1.0",
    "grunt-conventional-github-releaser": "^1.0.0",
    "mocha": "^2.0.1",
    "proxyquire": "^1.0.1"
  },
  "engines": {
    "node": ">=0.10.0",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "BSD"
    }
  ],
  "license": "BSD-3-Clause",
  "files": [
    "googlecdn.js",
    "lib/",
    "util/"
  ],
  "dependencies": {
    "async": "^1.4.2",
    "bower": "^1.4.1",
    "cdnjs-cdn-data": "~0.1.0",
    "debug": "^2.1.0",
    "escape-regexp": "0.0.1",
    "google-cdn-data": "~0.1.0",
    "regexp-quote": "0.0.0",
    "semver": "^5.0.1"
  }
}
