shortshort
Version:
Short library for making short URLs
29 lines (28 loc) • 923 B
JSON
{
"name" : "shortshort",
"homepage" : "https://github.com/mcollina/shortshort.js",
"version" : "0.3.1",
"description" : "Short library for making short URLs",
"keywords" : ["URL", "URL shortener", "Short"],
"author" : "hello@matteocollina.com",
"licenses" : [ {
"type" : "MIT",
"url" : "http://github.com/mcollina/shortshort.js/blob/master/LICENSE"
}],
"engines" : { "node" : "0.4 || 0.5 || 0.6" },
"main" : "./lib/shortshort",
"repository" : {
"type": "git",
"url": "git://github.com/mcollina/shortshort.js.git"
},
"dependencies" : {
"base62": "= 0.1.0"
},
"devDependencies" : {
"redis": ">= 0",
"coffee-script" : "= 1.3.1",
"mocha": "= 1.0.2",
"sinon" : "= 1.3.4",
"chai" : "= 0.5.3"
}
}