get-random-quote
Version:
Gets a random quote for you.
36 lines (35 loc) • 782 B
JSON
{
"name": "get-random-quote",
"version": "1.1.3",
"description": "Gets a random quote for you.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kdelmonte/get-random-quote.git"
},
"keywords": [
"random",
"quote",
"inspiration"
],
"author": "Kelvin Del Monte <kdelmonten@gmail.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/kdelmonte/get-random-quote/issues"
},
"homepage": "https://github.com/kdelmonte/get-random-quote#readme",
"dependencies": {
"escape-json-node": "^2.0.0",
"request": "^2.83.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"ava": "^0.24.0"
}
}