Merge pull request #2573 from pid/master

[author] add speakingurl v0.8.4
This commit is contained in:
Thomas Davis
2014-01-26 19:57:01 -08:00
2 changed files with 9 additions and 7 deletions
File diff suppressed because one or more lines are too long
+8 -7
View File
@@ -1,6 +1,6 @@
{
"name": "speakingurl",
"version": "0.8.2",
"version": "0.8.4",
"description": "Generate a slug with a lot of options; create of so called 'static' or 'Clean URL' or 'Pretty URL' or 'nice-looking URL' or 'Speaking URL' or 'user-friendly URL' or 'SEO-friendly URL' from a string.",
"homepage": "http://pid.github.io/speakingurl/",
"github": "http://github.com/pid/speakingurl",
@@ -15,6 +15,7 @@
}],
"keywords": [
"slug",
"permalink",
"seo",
"url",
"speakingurl",
@@ -40,15 +41,15 @@
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"mocha": "~1.16.2",
"should": "~2.1.0",
"grunt-contrib-uglify": "~0.2.7",
"mocha": "~1.17.0",
"should": "~3.1.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-release": "~0.6.0",
"grunt-bumpup": "~0.5.0",
"grunt-text-replace": "~0.3.6",
"grunt-jsbeautifier": "~0.2.3"
"grunt-text-replace": "~0.3.10",
"grunt-jsbeautifier": "~0.2.6"
},
"testling": {
"harness": "mocha",