-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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"
}
}