shortlink
Version:
Simple generation, encoding and decoding short links library for Node.js.
31 lines (29 loc) • 863 B
JSON
{
"name" : "shortlink",
"version" : "1.1.0",
"description" : "Simple generation, encoding and decoding short links library for Node.js.",
"keywords" : [ "shortlink", "shorturl", "base58" ],
"author" : {
"name" : "Andrey Chizh",
"email" : "info.andreychizh@gmail.com"
},
"homepage" : "http://andreychizh.github.com/node-shortlink/",
"repository" : {
"type" : "git",
"url" : "https://github.com/andreychizh/node-shortlink.git"
},
"main" : "index.js",
"scripts" : {
"test" : "./node_modules/.bin/mocha --reporter spec"
},
"devDependencies" : {
"mocha" : "*",
"should" : "*"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.githubusercontent.com/andreychizh/node-shortlink/master/LICENSE.md"
}
]
}