UNPKG

pokemon-picker

Version:
59 lines (58 loc) 1.49 kB
{ "name": "pokemon-picker", "version": "1.2.10", "description": "🎨 Pick your Pokémon from Pokédex!", "license": "MIT", "author": { "name": "Piotr Kowalski", "email": "piecioshka@gmail.com", "url": "https://piecioshka.pl/" }, "contributors": [ "Piotr Kowalski <piecioshka@gmail.com> (https://github.com/piecioshka)", "Adam Miniuk <adam.miniuk@gamil.com> (https://github.com/adamminiuk)" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/piecioshka/pokemon-picker.git" }, "scripts": { "clear": "rm -rf node_modules/ npm-debug.log coverage/", "test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json", "coverage": "nyc npm run test && nyc report --reporter=html" }, "bugs": { "url": "https://github.com/piecioshka/pokemon-picker/issues" }, "files": [ "pokedex", "cli.js", "index.js", "package.json", "README.md" ], "keywords": [ "cli", "pokemon", "picker", "pokedex", "list", "pokédex", "pokeball", "pokémon", "all", "catcher", "pokéball" ], "devDependencies": { "jasmine": "^2.4.1", "nyc": "^17.1.0" }, "dependencies": { "commander": "^2.9.0" }, "bin": { "pokemon-picker": "bin/cli.js" }, "main": "./index.js" }