@ehtashamali/tinyurl
Version:
URL shortner module using http://tinyurl.com
39 lines (38 loc) • 945 B
JSON
{
"name": "@ehtashamali/tinyurl",
"version": "2.1.0",
"description": "URL shortner module using http://tinyurl.com",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "nyc --reporter=html --reporter=text mocha spec/unit",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EhtashamAli/TinyURL.git"
},
"keywords": [
"TinyURL",
"tinyurl",
"urlshortner",
"shortner",
"url",
"shorturl",
"node url shortner"
],
"author": "Ehtasham Ali",
"license": "(MIT)",
"bugs": {
"url": "https://github.com/EhtashamAli/TinyURL/issues"
},
"homepage": "https://github.com/EhtashamAli/TinyURL#readme",
"devDependencies": {
"coveralls": "^3.0.11",
"jasmine": "^3.5.0",
"jasmine-console-reporter": "^3.1.0",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"should": "^13.2.3"
}
}