emoji-url-shortener
Version:
Own your own url shortener as a service.
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "emoji-url-shortener",
"version": "1.5.7",
"description": "Own your own url shortener as a service.",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "7.x"
},
"bin": {
"shorten": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cagataycali/url-shortener.git"
},
"keywords": [
"url",
"shortener",
"url",
"shortener",
"on",
"your",
"own",
"service"
],
"author": "Çağatay Çalı",
"license": "MIT",
"bugs": {
"url": "https://github.com/cagataycali/url-shortener/issues"
},
"homepage": "https://github.com/cagataycali/url-shortener#readme",
"dependencies": {
"body-parser": "^1.17.2",
"ch3ck": "^1.0.2",
"commander": "^2.9.0",
"express": "^4.15.3",
"got": "^7.0.0",
"mongoose": "^4.10.4",
"punycode": "^2.1.0",
"request": "^2.81.0",
"shortid": "^2.2.8",
"socket.io": "^2.0.2",
"subdomain": "^1.2.0",
"valid-url": "^1.0.9"
}
}