UNPKG

vha

Version:
44 lines (43 loc) 1.17 kB
{ "name": "vha", "version": "0.6.24", "description": "Vue hybrid app Development.", "main": "index.js", "bin": { "vha": "./bin/index.js" }, "files": ["/ui", "/bin", "LICENSE", "package.json", "README.md"], "scripts": { "build:ui": "cd _ui && npm run build", "test": "echo \"Error: no test specified\" && exit 1", "docs:dev": "vuepress dev _docsdata", "docs:build": "vuepress build _docsdata", "db": "vuepress build _docsdata && _docsdata\\press.bat", "deploy": "bash deploy.sh" }, "keywords": [ "vue", "hybridapp" ], "repository": { "type": "git", "url": "git+https://github.com/neoStudioGroup/vha.git" }, "author": "neoStudioGroup", "license": "MIT", "bugs": { "url": "https://github.com/neoStudioGroup/vha/issues" }, "homepage": "https://github.com/neoStudioGroup/vha#readme", "dependencies": { "async": "^2.6.1", "iconv-lite": "^0.4.24", "koa": "^2.5.3", "koa-bodyparser": "^4.2.1", "koa-router": "^7.4.0", "koa-static": "^5.0.0", "koa-views": "^6.1.4", "socket.io": "^2.1.1", "xml2js": "^0.4.19" } }