angular-encode-uri
Version: 
Encode URIs through a filter.
47 lines (46 loc) • 1.18 kB
JSON
{
  "name": "angular-encode-uri",
  "version": "1.0.0",
  "description": "Encode URIs through a filter.",
  "main": "dist/angular-encode-uri.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "grunt ci",
    "prepublish": "grunt build"
  },
  "keywords": [
    "angular",
    "filter"
  ],
  "author": {
    "name": "Ruben Vermeersch",
    "email": "ruben@rocketeer.be",
    "url": "http://rocketeer.be/"
  },
  "license": "MIT",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-bump": "0.0.13",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-uglify": "~0.3.2",
    "grunt-contrib-watch": "~0.5.1",
    "grunt-karma": "~0.6.2",
    "grunt-ngmin": "0.0.3",
    "karma": "~0.10.9",
    "karma-chrome-launcher": "~0.1.2",
    "karma-coffee-preprocessor": "~0.1.2",
    "karma-firefox-launcher": "~0.1.3",
    "karma-html2js-preprocessor": "~0.1.0",
    "karma-jasmine": "~0.1.5",
    "karma-phantomjs-launcher": "~0.1.1",
    "karma-script-launcher": "~0.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rubenv/angular-encode-uri.git"
  }
}