Create package.json

pull/605/head
Jiang 3 years ago committed by GitHub
parent d794137e59
commit 1769a1ba3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,24 @@
{
"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"
}
}
Loading…
Cancel
Save