53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "subspace-docs",
|
|
"version": "0.0.1",
|
|
"description": "Subspace Website",
|
|
"main": "index.js",
|
|
"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-docs#readme",
|
|
"scripts": {
|
|
"build": "hexo generate",
|
|
"clean": "hexo clean",
|
|
"deploy": "hexo deploy",
|
|
"server": "hexo server"
|
|
},
|
|
"hexo": {
|
|
"version": "4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"hexo": "^4.0.0",
|
|
"hexo-autoprefixer": "^2.0.0",
|
|
"hexo-generator-archive": "^1.0.0",
|
|
"hexo-generator-category": "^1.0.0",
|
|
"hexo-generator-i18n": "^0.0.7",
|
|
"hexo-generator-index": "^1.0.0",
|
|
"hexo-generator-tag": "^1.0.0",
|
|
"hexo-prism-plus": "^1.1.0",
|
|
"hexo-renderer-ejs": "^1.0.0",
|
|
"hexo-renderer-marked": "^2.0.0",
|
|
"hexo-renderer-sass": "^0.4.0",
|
|
"hexo-renderer-stylus": "^1.1.0",
|
|
"hexo-server": "^1.0.0"
|
|
}
|
|
}
|