-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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": "vue-sfc-md-server",
"version": "1.0.0",
"description": "vue sfc md server",
"main": "index.js",
"scripts": {
"start": "node bin/www",
"postinstall": "patch-package",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/lceric/vue-sfc-md-server.git"
},
"keywords": [
"vue",
"sfc",
"md",
"server"
],
"author": "Eric",
"license": "ISC",
"bugs": {
"url": "https://github.com/lceric/vue-sfc-md-server/issues"
},
"homepage": "https://github.com/lceric/vue-sfc-md-server#readme",
"dependencies": {
"await-to-js": "^2.1.1",
"filereader": "^0.10.3",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-bodyparser": "^4.2.1",
"koa-jwt": "^3.5.1",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-static-cache": "^5.1.2",
"log4js": "^3.0.6",
"mysql2": "^1.6.4",
"patch-package": "^6.2.2",
"sequelize": "^4.41.2",
"vue-sfc-md": "^0.5.0"
}
}