UNPKG

machinepack-pokemon

Version:

Fetch data about Pokémon, their moves, abilities, types, egg groups and much much more.

38 lines (37 loc) 973 B
{ "name": "machinepack-pokemon", "version": "1.3.0", "description": "Fetch data about Pokémon, their moves, abilities, types, egg groups and much much more.", "scripts": { "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js" }, "keywords": [ "Pokemon", "machines", "machinepack" ], "author": "", "license": "MIT", "dependencies": { "lodash": "^3.6.0", "machine": "^10.3.1", "machinepack-http": "^2.0.1" }, "devDependencies": { "test-machinepack-mocha": "^2.1.1" }, "machinepack": { "friendlyName": "Pokemon", "machineDir": "machines/", "machines": [ "list-all-pokemon", "get-pokemon" ], "iconSrc": "http://www.jwforcier.com/wp-content/uploads/2014/04/pokeballs.png", "testsUrl": "https://travis-ci.org/mikermcneil/machinepack-pokemon" }, "repository": { "type": "git", "url": "git@github.com:mikermcneil/machinepack-pokemon.git" } }