blob: cb137c117e8278d51b5c2eef865952e55ac2d4e1 [file] [log] [blame]
{
"name": "incubator-weex-site",
"version": "1.0.0",
"description": "This is the source code of Weex official website.",
"scripts": {
"start": "npm run dev",
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/incubator-weex-site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/apache/incubator-weex-site/issues"
},
"homepage": "https://github.com/apache/incubator-weex-site#readme",
"devDependencies": {
"vuepress": "^0.14.11",
"vuepress-theme-fast": "0.0.11"
},
"dependencies": {
"axios": "^0.18.0"
}
}