speakingurl
Advanced tools
Comparing version 0.2.18 to 0.2.19
{ | ||
"name": "speakingurl", | ||
"version": "0.2.18", | ||
"version": "0.2.19", | ||
"description": "Generate 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' or 'slug' from a string.", | ||
@@ -5,0 +5,0 @@ "main": "speakingurl.min.js", |
@@ -5,3 +5,3 @@ { | ||
"description": "Generate 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' or 'slug' from a string.", | ||
"version": "0.2.18", | ||
"version": "0.2.19", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "slug", |
{ | ||
"name": "pid/speakingurl", | ||
"version": "0.2.18", | ||
"version": "0.2.19", | ||
"type": "library", | ||
@@ -5,0 +5,0 @@ "description": "Generate 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' or 'slug' from a string.", |
@@ -78,2 +78,3 @@ module.exports = function(grunt) { | ||
grunt.registerTask('default', ['uglify', 'jshint', 'mocha', 'replace']); | ||
}; |
{ | ||
"name": "speakingurl", | ||
"version": "0.2.18", | ||
"version": "0.2.19", | ||
"description": "Generate 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' or 'slug' from a string.", | ||
@@ -8,12 +8,12 @@ "homepage": "http://pid.github.io/speakingurl/", | ||
"keywords": [ | ||
"slug", | ||
"seo", | ||
"url", | ||
"speakingurl", | ||
"nice url", | ||
"static url" | ||
"slug", | ||
"seo", | ||
"url", | ||
"speakingurl", | ||
"nice url", | ||
"static url" | ||
], | ||
"categories": [ | ||
"Utilities", | ||
"Parsers & Compilers" | ||
"Utilities", | ||
"Parsers & Compilers" | ||
], | ||
@@ -74,4 +74,4 @@ "author": { | ||
"include": [ | ||
"speakingurl.min.js", | ||
"README.md" | ||
"speakingurl.min.js", | ||
"README.md" | ||
] | ||
@@ -89,5 +89,5 @@ }, | ||
}, | ||
"bugs": "https://github.com/pid/speakingurl/issues" | ||
, | ||
"licenses": [{ | ||
"bugs": "https://github.com/pid/speakingurl/issues", | ||
"licenses": [ | ||
{ | ||
"type": "BSD", | ||
@@ -94,0 +94,0 @@ "url": "https://raw.github.com/pid/speakingurl/master/LICENCE" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93095