Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • v0.1.1
6 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 407 B
    {
        "name": "cdn-rewrite",
        "description": "Allows you to rewrite the root url of assets, css, and js files.",
        "version": "0.1.5",
        "repository": {
            "type": "git",
            "url": "git@github.com:voceconnect/cdn-rewrite.git"
        },
        "bugs": {
            "url": "https://github.com/voceconnect/cdn-rewrite/issues"
        },
        "devDependencies": {
          "grunt-voce-plugins": "latest"
        }
    }