UNPKG

poi-plugin-navy-album

Version:

Show illustration album of ships and items.

67 lines (66 loc) 1.72 kB
{ "name": "poi-plugin-navy-album", "version": "1.7.20", "description": "Show illustration album of ships and items.", "main": "index.es", "scripts": { "test": "mocha -r @babel/register --recursive", "lint": "eslint '**/*.es' || true", "update-kcreplay": "node scripts/update-kcreplay-db.js" }, "repository": { "type": "git", "url": "git+https://github.com/poooi/plugin-navy-album.git" }, "author": { "name": "Javran", "url": "https://github.com/Javran" }, "contributors": [ { "name": "Dazzy Ding", "link": "https://github.com/yukixz" } ], "license": "MIT", "bugs": { "url": "https://github.com/poooi/plugin-navy-album/issues" }, "homepage": "https://github.com/poooi/plugin-navy-album", "poiPlugin": { "title": "Package.Name", "description": "Package.Desc", "icon": "th-list", "priority": 51, "apiVer": { "7.99.99": "0.3.5", "8.1.0-beta.4": "0.4.1", "8.99.99": "0.7.8" } }, "keywords": [ "kancolle" ], "devDependencies": { "@babel/core": "^7.0.0-beta.44", "@babel/preset-env": "^7.0.0-beta.44", "@babel/preset-stage-0": "^7.0.0-beta.44", "@babel/register": "^7.0.0-beta.44", "babel-eslint": "^8.2.3", "babel-plugin-add-module-exports": "^0.2.1", "eslint": "^4.19.1", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0", "fs-extra": "^5.0.0", "localeval": "^15.2.3", "mocha": "^5.1.1", "request": "^2.85.0", "request-promise-native": "^1.0.5" }, "dependencies": { "shallowequal": "^1.0.2", "subtender": "^0.15.1" } }