pet-finder-api
Version:
Petfinder API Javascript Library.
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "pet-finder-api",
"version": "1.0.1",
"description": "Petfinder API Javascript Library.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --grep '#skip' --invert",
"skipped": "./node_modules/.bin/mocha --grep '#skip'"
},
"repository": {
"type": "git",
"url": "https://github.com/drlukeangel/Pet-Finder-API-Javascript-Library"
},
"keywords": [
"Petfinder",
"API",
"Pet",
"Dog",
"Cat",
"Luke"
,"Angel"
,"LukeAngel"
],
"author": "Luke Angel (http://lukeangel.co)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/drlukeangel/Pet-Finder-API-Javascript-Library/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/drlukeangel/Pet-Finder-API-Javascript-Library/issues"
},
"engines": {
"node": ">= 0.10.35"
},
"dependencies": {
"request": ">= 2.55.0",
"querystring": ">= 0.2.0",
"lodash": ">= 3.6.0",
"crypto": "latest"
},
"devDependencies": {
"dotenv": ">= 1.1.0",
"mocha": ">= 2.2.1",
"chai": ">= 2.2.0",
"replay": "latest"
},
"homepage": "https://github.com/drlukeangel/Pet-Finder-API-Javascript-Library"
}