shrtn
Version:
Low-fat URL shortener
26 lines (25 loc) • 537 B
JSON
{
"name": "shrtn",
"description": "Low-fat URL shortener",
"author": {
"name": "Jeff Marshall",
"email": "jeff@iamjeffmarshall.ca",
"url": "http://profile.io/jeff/"
},
"organization": "Classy",
"keywords": ["url", "shortener", "shortening", "redis", "classy"],
"version": "0.0.4-3",
"main": "./index.js",
"dependencies": {
"redis": ">= 0.6.6"
},
"repository": {
"type": "git",
"url": "https://github.com/classy/shrtn/"
},
"files": [
"index.js",
"README.js",
"examples"
]
}