subspace/packages/docs/package.json
2020-03-09 11:31:29 -04:00

40 lines
1.0 KiB
JSON

{
"name": "@embarklabs/subspace-docs",
"version": "0.0.1",
"description": "Subspace Website",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/embarklabs/subspace-docs.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/embarklabs/subspace-docs/issues"
},
"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"
}
],
"homepage": "https://github.com/embarklabs/subspace",
"devDependencies": {
"push-dir": "^0.4.1",
"vuepress": "^1.0.3"
}
}