jquery-slugify
Version:
Just another another (another) url slug plugin for jQuery
42 lines (41 loc) • 956 B
JSON
{
"name": "jquery-slugify",
"filename": "slugify",
"description": "Just another another (another) url slug plugin for jQuery",
"version": "1.2.5",
"main": "dist/slugify.min.js",
"author": {
"name": "madflow",
"url": "https://github.com/madflow/jquery-slugify"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"javascript",
"jquery",
"slugs",
"slug",
"strings",
"jquery-plugin"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:madflow/jquery-slugify.git"
},
"devDependencies": {
"connect": "~2.27.1",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.11.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-qunit": "~0.7.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1"
},
"dependencies": {
"speakingurl": "~9.0.0"
}
}