Files
tendermint/docs/package.json
Denis Fadeev 5532e3a862 Latest version of the theme (#4108)
* update version

* remove version from versions file
2019-11-04 19:14:45 -08:00

21 lines
495 B
JSON

{
"name": "docs",
"version": "1.0.0",
"description": "Welcome to the Tendermint Core documentation!",
"main": "index.js",
"dependencies": {
"vuepress-theme-cosmos": "^1.0.41"
},
"devDependencies": {},
"scripts": {
"preserve": "./pre.sh",
"serve": "trap 'exit 0' SIGINT; vuepress dev",
"postserve": "./post.sh",
"prebuild": "./pre.sh",
"build": "trap 'exit 0' SIGINT; vuepress build",
"postbuild": "./post.sh"
},
"author": "",
"license": "ISC"
}