dadjokes-wrapper
Version:
NodeJS wrapper for the ICanHazDadJokes API
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "dadjokes-wrapper",
"version": "0.1.4",
"description": "NodeJS wrapper for the ICanHazDadJokes API",
"main": "index.js",
"repository": "https://github.com/Julien-Broyard/dadjokes-wrapper",
"author": "Julien Broyard <broyard.dev@gmail.com>",
"license": "MIT",
"dependencies": {
"got": "^8.3.1",
"quick-lru": "^1.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"eslint": "^5.0.1",
"mocha": "^5.2.0",
"nyc": "^12.0.2"
},
"bugs": {
"email": "broyard.dev@gmail.com",
"url": "https://github.com/Julien-Broyard/dadjokes-wrapper/issues"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint index.js",
"pretest": "npm run lint",
"test": "nyc -r=lcov -r=text mocha --timeout 15000 test/**"
},
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://github.com/Julien-Broyard/dadjokes-wrapper",
"keywords": [
"api-wrapper",
"dad-jokes",
"dad-jokes-api",
"dad-jokes-api-wrapper",
"js",
"javascript",
"fun",
"jokes"
]
}