-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
39 lines (39 loc) · 819 Bytes
/
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
{
"name": "koa-vue-view",
"version": "2.1.6",
"description": "A Koa view engine which renders Vue components on server.",
"main": "lib/index.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imingyu/koa-vue-view.git"
},
"keywords": [
"koa-view",
"koa-vue-view",
"koa-middleware"
],
"author": "imingyu",
"license": "MIT",
"bugs": {
"url": "https://github.com/imingyu/koa-vue-view/issues"
},
"homepage": "https://github.com/imingyu/koa-vue-view#readme",
"dependencies": {
"vue": "^2.4.4",
"vue-server-renderer": "^2.4.4"
},
"devDependencies": {
"chai": "^4.1.2",
"koa": "^2.3.0",
"koa-router": "^7.2.1",
"mocha": "^4.0.1",
"supertest": "^3.0.0"
}
}