UNPKG

url-safe-string

Version:

Dependency free node module to convert strings to URL-safe tags for client side routing, SEO purposes, or, whatever else.

33 lines (32 loc) 825 B
{ "name": "url-safe-string", "version": "1.1.0", "engines" : { "node" : ">=4.0" }, "description": "Dependency free node module to convert strings to URL-safe tags for client side routing, SEO purposes, or, whatever else.", "main": "url-safe-string.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/a-r-d/url-safe-string.git" }, "keywords": [ "URL safe String", "URL-safe", "String to URL", "String to URL tag", "text to URL safe tag" ], "author": "Aaron Decker <aaron@ard.ninja> (http://ard.ninja)", "license": "ISC", "bugs": { "url": "https://github.com/a-r-d/url-safe-string/issues" }, "homepage": "https://github.com/a-r-d/url-safe-string#readme", "devDependencies": { "mocha": "^2.3.4" } }