-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 932 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
40
41
42
{
"name": "pangjingcong",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"adm-zip": "^0.4.13",
"body-parser": "~1.16.0",
"cookie-parser": "^1.4.4",
"debug": "~2.6.0",
"ejs": "^2.6.1",
"element-ui": "^2.7.0",
"express": "^4.16.4",
"jade": "~1.11.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"serve-favicon": "^2.5.0",
"unzip": "^0.1.11",
"vue": "^2.6.10"
},
"description": "wfxteams works",
"main": "app.js",
"devDependencies": {
"monaco-editor": "^0.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pangcongcong/pikachu.git"
},
"keywords": [
"pikachu",
"wandou"
],
"author": "pangjingcong",
"license": "ISC",
"bugs": {
"url": "https://github.com/pangcongcong/pikachu/issues"
},
"homepage": "https://github.com/pangcongcong/pikachu#readme"
}