pokedexgo
Version:
Localizable Pokédex for Niantic's Pokémon Go
38 lines (37 loc) • 889 B
JSON
{
"name": "pokedexgo",
"version": "1.2.0",
"description": "Localizable Pokédex for Niantic's Pokémon Go",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"keywords": [
"pokemon",
"pokémon",
"go",
"pokedex",
"pokédex",
"locale"
],
"author": "aknorw",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.9.0"
},
"repository": {
"type": "git",
"url": "git://github.com/aknorw/pokedexgo.git"
},
"bugs": {
"url": "https://github.com/aknorw/node-pokedexgo/issues"
},
"homepage": "https://github.com/aknorw/pokedexgo#readme"
}