{ "name": "phoenix-docs", "version": "1.0.0", "description": "Phoenix 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/status-im/phoenix-docs.git" }, "license": "MIT", "bugs": { "url": "https://github.com/status-im/phoenix-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/status-im/phoenix-docs#readme", "devDependencies": { "npm-run-all": "^4.1.5", "push-dir": "^0.4.1", "rimraf": "^3.0.0", "vuepress": "^1.0.3" } }