relevant-animals
Version:
Return cute animals, made for everyone with useful methods using promises and snekfetch.
38 lines (37 loc) • 885 B
JSON
{
"name": "relevant-animals",
"version": "1.1.3",
"description": "Return cute animals, made for everyone with useful methods using promises and snekfetch.",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run check",
"lint": "eslint index.js test/",
"lint:fix": "eslint --fix index.js test/",
"check": "node_modules/.bin/ava -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SnekLab/relevant-animals.git"
},
"keywords": [
"snek",
"lab",
"shibes",
"dogs",
"cats",
"cute",
"animals",
"api",
"relevant"
],
"author": "SnekLab",
"license": "ISC",
"bugs": {
"url": "https://github.com/SnekLab/relevant-animals/issues"
},
"homepage": "https://github.com/SnekLab/relevant-animals#readme",
"dependencies": {
"eslint": "^3.19.0",
"snekfetch": "^2.2.2"
}
}