angular-url-encode
Version:
A simple Angular filter to URL-encode a string.
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "angular-url-encode",
"version": "1.0.0",
"description": "A simple Angular filter to URL-encode a string.",
"main": "dist/angular-url-encode.js",
"scripts": {
"build": "WEBPACK_ENV=build webpack",
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch"
},
"devDependencies": {
"babel": "6.3.13",
"babel-core": "6.1.18",
"babel-eslint": "4.1.3",
"babel-loader": "6.1.0",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.3.13",
"chai": "3.4.1",
"eslint": "1.7.2",
"eslint-config-moment": "^1.5.0",
"eslint-loader": "1.1.0",
"mocha": "2.3.4",
"ng-annotate-loader": "^0.1.0",
"webpack": "1.12.9"
},
"repository": {
"type": "git",
"url": "https://github.com/benjamincharity/angular-url-encode.git"
},
"keywords": [
"angular",
"filter",
"url-encode",
"url-encoding",
"url",
"encode",
"encoding"
],
"author": "Benjamin Charity <ben@benjamincharity.com>",
"license": "MIT",
"homepage": "https://github.com/benjamincharity/angular-url-encode",
"bugs": {
"url": "https://github.com/benjamincharity/angular-url-encode/issues"
}
}