short-url
Version:
google url shortener
32 lines (31 loc) • 658 B
JSON
{
"name": "short-url",
"version": "0.0.1",
"description": "google url shortener",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ghostsnstuff/short-url.git"
},
"keywords": [
"google",
"url",
"shortener"
],
"author": "Jared Halpert <jaredhalpert90@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ghostsnstuff/short-url/issues"
},
"homepage": "https://github.com/ghostsnstuff/short-url",
"dependencies": {
"googleapis": "^0.8.0",
"tape": "^2.13.3"
}
}