angular-slugifier
Version:
AngularJS bindings for the wonderful speakingurl library
33 lines (32 loc) • 831 B
JSON
{
"name": "angular-slugifier",
"version": "0.0.6",
"description": "AngularJS bindings for the wonderful speakingurl library",
"main": "angular-slugifier.js",
"repository": {
"type": "git",
"url": "git@github.com:alexandernst/angular-slugifier.git"
},
"dependencies": {
"angular": ">=1.3.15"
},
"devDependencies": {
"grunt-contrib-uglify": ">=0.5.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-connect": "0.10.1",
"grunt-clear": "0.2.1"
},
"keywords": [
"angular",
"slug",
"speakingurl",
"url"
],
"author": "Alexander Nestorov <alexandernst@gmail.com> (https://github.com/alexandernst)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandernst/angular-slugifier/issues"
},
"homepage": "https://github.com/alexandernst/angular-slugifier"
}