mirror of
https://github.com/embarklabs/subspace.git
synced 2025-01-09 22:06:32 +00:00
40 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|