jquery-slugify
Version:
Just another another (another) url slug plugin for jQuery
31 lines (30 loc) • 588 B
JSON
{
"name": "jquery-slugify",
"homepage": "https://github.com/madflow/jquery-slugify",
"authors": [
"madflow"
],
"description": "Just another another (another) url slug creation plugin for jQuery",
"main": "dist/slugify.js",
"keywords": [
"slugify",
"slugs",
"strings"
],
"dependencies": {
"jquery": ">=1.7",
"speakingurl": "~9.0.0"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"libs",
"Gruntfile.js",
"package.json",
"CONTRIBUTING.md",
"slugify.jquery.json"
]
}