realurl
Version:
A simple command-line/module to convert short url's to the original url.
40 lines (39 loc) • 954 B
JSON
{
"name": "realurl",
"description": "A simple command-line/module to convert short url's to the original url.",
"version": "0.1.3",
"homepage": "https://manuel.manuelles.nl/node-realurl",
"author": "Manuel van Rijn <manuel@manuelles.nl>",
"repository": {
"type": "git",
"url": "git://github.com/manuelvanrijn/node-realurl.git"
},
"bugs": "https://github.com/manuelvanrijn/node-realurl/issues",
"licenses": [{
"type": "MIT",
"url": "https://github.com/manuelvanrijn/node-realurl/blob/master/LICENSE-MIT"
}],
"main": "lib/index.js",
"engines": {
"node": ">=0.6"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {
"copy-paste": "~> 0.0.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "latest",
"nock": "latest"
},
"keywords": [],
"bin": {
"realurl": "bin/realurl"
},
"preferGlobal": true,
"directories": {
"test": "test"
}
}