-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 996 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 996 Bytes
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
44
45
{
"name": "pili",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"ueditor-backend": "^1.0.15"
},
"description": "2",
"main": "app.js",
"devDependencies": {
"connect-mongo": "^3.0.0",
"cookies": "^0.7.3",
"express-session": "^1.16.2",
"formidable": "^1.2.1",
"moment": "^2.24.0",
"mongoose": "^5.6.1",
"node-uuid": "^1.4.8",
"svg-captcha": "^1.4.0",
"swig": "^1.4.2",
"ueditor": "^1.2.3",
"utility": "^1.16.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeforsome/pili.git"
},
"keywords": [
"123"
],
"author": "manjin",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeforsome/pili/issues"
},
"homepage": "https://github.com/codeforsome/pili#readme"
}