subspace-docs/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2019-09-03 15:25:16 -04:00
{
2019-09-27 15:24:05 -04:00
"name": "subspace-docs",
"version": "0.0.1",
2019-09-11 10:07:10 -04:00
"description": "Subspace Website",
2019-09-03 15:25:16 -04:00
"main": "index.js",
"scripts": {
"clean": "rimraf .vuepress/dist",
"build": "vuepress build",
"push-dir": "push-dir --dir=.vuepress/dist --branch=gh-pages",
"publish": "npm-run-all clean build push-dir",
"start": "vuepress dev"
2019-09-03 15:25:16 -04:00
},
"repository": {
"type": "git",
2019-09-27 15:24:05 -04:00
"url": "git+https://github.com/status-im/subspace-docs.git"
2019-09-03 15:25:16 -04:00
},
"license": "MIT",
"bugs": {
2019-09-27 15:24:05 -04:00
"url": "https://github.com/status-im/subspace-docs/issues"
2019-09-03 15:25:16 -04:00
},
"author": "Status Research & Development GMBH",
"authors": [
{
"name": "Iuri Matias",
"email": "iuri.matias@gmail.com",
"homepage": "https://github.com/iurimatias"
},
{
"name": "Richard Ramos",
"email": "info@richardramos.me",
"homepage": "https://github.com/richard-ramos"
}
],
2019-09-27 15:24:05 -04:00
"homepage": "https://github.com/status-im/subspace-docs#readme",
2019-09-03 15:25:16 -04:00
"devDependencies": {
"npm-run-all": "^4.1.5",
"push-dir": "^0.4.1",
"rimraf": "^3.0.0",
"vuepress": "^1.0.3"
}
}