long-url
Version:
Reverse url shortener. Get the location of those shortened urls.
39 lines (38 loc) • 856 B
JSON
{
"name": "long-url",
"version": "1.0.2",
"description": "Reverse url shortener. Get the location of those shortened urls.",
"main": "src/reverse.js",
"scripts": {
"posttest": "npm run lint",
"prepublish": "npm prune && npm test",
"lint": "eslint .",
"test": "mocha test/"
},
"bin": {
"long-url": "./bin/reverse-url-shortener"
},
"repository": {
"type": "git",
"url": "https://github.com/bjarneo/long-url.git"
},
"homepage": "https://github.com/bjarneo/long-url",
"bugs": {
"url": "https://github.com/bjarneo/long-url/issues"
},
"keywords": [
"reverse",
"url",
"shortener",
"shorten",
"header",
"location"
],
"author": "Bjarne Oeverli",
"license": "MIT",
"devDependencies": {
"mocha": "^2.3.4",
"eslint-config-vgno": "^5.0.0",
"eslint": "^1.8.0"
}
}