UNPKG

hexo-multilang

Version:
45 lines (44 loc) 1.16 kB
{ "name": "hexo-multilang", "version": "0.3.5", "description": "Multi-language plugin for Hexo", "main": "index.js", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js . --ext .js,.json", "lint:fix": "./node_modules/eslint/bin/eslint.js . --ext .js,.json --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/neverbot/hexo-multilang.git" }, "keywords": [ "hexo", "generator", "i18n", "multilang", "multilanguage" ], "author": { "name": "Ivan Alonso (@neverbot)", "email": "ivan@neverbot.com", "url": "http://neverbot.com" }, "license": "MIT", "bugs": { "url": "https://github.com/neverbot/hexo-multilang/issues" }, "homepage": "https://github.com/neverbot/hexo-multilang#readme", "devDependencies": { "eslint": "^7.27.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-json-format": "^2.0.1", "eslint-plugin-prettier": "^3.4.0", "prettier": "^2.3.0" }, "dependencies": { "chalk": "^4.1.1", "hexo-pagination": "^1.0.0", "tildify": "^2.0.0" } }