mirror of https://github.com/jkjoy/sunpeiwen.git
40 lines
809 B
JSON
40 lines
809 B
JSON
{
|
|
"name": "hexo-i18n",
|
|
"version": "1.0.0",
|
|
"description": "i18n module for Hexo.",
|
|
"main": "lib/i18n.js",
|
|
"scripts": {
|
|
"eslint": "eslint .",
|
|
"test": "mocha test/index.js",
|
|
"test-cov": "nyc npm run test"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
},
|
|
"repository": "hexojs/hexo-i18n",
|
|
"homepage": "http://hexo.io/",
|
|
"keywords": [
|
|
"hexo",
|
|
"i18n",
|
|
"localization"
|
|
],
|
|
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "^1.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-hexo": "^3.0.0",
|
|
"mocha": "^6.0.2",
|
|
"nyc": "^14.1.1"
|
|
}
|
|
}
|