85 lines
2.1 KiB
JSON
85 lines
2.1 KiB
JSON
{
|
||
"name": "speakingurl",
|
||
"version": "7.0.0",
|
||
"description": "Generate a slug – transliteration with a lot of options",
|
||
"homepage": "http://pid.github.io/speakingurl/",
|
||
"github": "http://github.com/pid/speakingurl",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git://github.com:pid/speakingurl.git"
|
||
},
|
||
"bugs": "https://github.com/pid/speakingurl/issues",
|
||
"licenses": [{
|
||
"type": "BSD",
|
||
"url": "https://raw.github.com/pid/speakingurl/master/LICENSE"
|
||
}],
|
||
"keywords": [
|
||
"slug",
|
||
"slugify",
|
||
"speakingurl",
|
||
"transliteration",
|
||
"permalink",
|
||
"seo",
|
||
"url",
|
||
"nice url",
|
||
"static url",
|
||
"clean url",
|
||
"pretty url",
|
||
"nice looking url",
|
||
"user friendly url",
|
||
"seo friendly url"
|
||
],
|
||
"categories": [
|
||
"Utilities",
|
||
"Parsers & Compilers"
|
||
],
|
||
"scripts": {
|
||
"test": "mocha"
|
||
},
|
||
"author": {
|
||
"name": "Sascha Droste",
|
||
"email": "pid@posteo.net",
|
||
"url": "https://twitter.com/SaschaDroste"
|
||
},
|
||
"main": "index",
|
||
"filename": "speakingurl.min.js",
|
||
"dependencies": {},
|
||
"devDependencies": {
|
||
"gulp": "^3.8.8",
|
||
"gulp-bump": "^0.3.0",
|
||
"gulp-header": "^1.2.2",
|
||
"gulp-jsbeautifier": "0.0.8",
|
||
"gulp-jshint": "^1.8.5",
|
||
"gulp-load-plugins": "^0.10.0",
|
||
"gulp-mocha": "^2.0.0",
|
||
"gulp-rename": "^1.2.0",
|
||
"gulp-replace": "^0.5.0",
|
||
"gulp-uglify": "^1.0.1",
|
||
"jshint-stylish": "^2.0.0",
|
||
"minimist": "^1.1.0",
|
||
"mocha": "^2.0.1",
|
||
"should": "^6.0.1"
|
||
},
|
||
"jam": {
|
||
"dependencies": {},
|
||
"main": "speakingurl.min.js",
|
||
"shim": {
|
||
"deps": [],
|
||
"exports": [
|
||
"getSlug",
|
||
"createSlug"
|
||
]
|
||
},
|
||
"include": [
|
||
"speakingurl.min.js",
|
||
"README.md"
|
||
]
|
||
},
|
||
"volo": {
|
||
"url": "//cdnjs.cloudflare.com/ajax/libs/speakingurl/{version}/speakingurl.min.js"
|
||
},
|
||
"engines": {
|
||
"node": ">=0.10.0"
|
||
}
|
||
}
|