add speakingurl v0.8.1

This commit is contained in:
Sascha Droste
2013-12-15 14:58:03 +01:00
parent 814bf25dbb
commit 67d124ca3c
2 changed files with 10 additions and 10 deletions
File diff suppressed because one or more lines are too long
+9 -10
View File
@@ -1,6 +1,6 @@
{
"name": "speakingurl",
"version": "0.8.0",
"version": "0.8.1",
"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",
@@ -9,12 +9,10 @@
"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"
}
],
"licenses": [{
"type": "BSD",
"url": "https://raw.github.com/pid/speakingurl/master/LICENSE"
}],
"keywords": [
"slug",
"seo",
@@ -42,14 +40,15 @@
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"mocha": "~1.14.0",
"mocha": "~1.15.1",
"should": "~2.1.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "~0.5.1",
"grunt-release": "~0.6.0",
"grunt-bumpup": "~0.4.1",
"grunt-text-replace": "~0.3.6"
"grunt-text-replace": "~0.3.6",
"grunt-jsbeautifier": "~0.2.3"
},
"testling": {
"harness": "mocha",
@@ -99,4 +98,4 @@
"engines": {
"node": ">=0.8.0"
}
}
}