mirror of https://github.com/KaiserY/trpl-zh-cn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
548 B
25 lines
548 B
{
|
|
"name": "trpl-zh-cn",
|
|
"version": "1.0.0",
|
|
"description": "trpl-zh-cn",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"docs:build": "vuepress build src"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jmu/trpl-zh-cn.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/jmu/trpl-zh-cn/issues"
|
|
},
|
|
"homepage": "https://github.com/jmu/trpl-zh-cn#readme",
|
|
"dependencies": {
|
|
"vuepress": "^0.12.0"
|
|
}
|
|
}
|