-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
50 lines (50 loc) · 1.17 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
44
45
46
47
48
49
50
{
"name": "symphony",
"version": "3.6.3",
"description": "A modern community (forum/BBS/SNS/blog) platform written in Java. 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)系统平台。",
"homepage": "https://b3log.org/sym",
"repository": {
"type": "git",
"url": "git://github.com/88250/symphony.git"
},
"bugs": {
"url": "https://github.com/88250/symphony/issues"
},
"license": "AGPLv3",
"private": true,
"author": {
"name": "B3log 开源社区",
"email": "[email protected]",
"url": "https://b3log.org"
},
"maintainers": [
{
"name": "Liang Ding",
"email": "[email protected]",
"url": "http://88250.b3log.org"
},
{
"name": "Liyuan Li",
"email": "[email protected]",
"url": "http://vanessa.b3log.org"
}
],
"scripts": {
"dev": "gulp watch",
"build": "gulp"
},
"devDependencies": {
"del": "5.0.0",
"gulp": "4.0.2",
"gulp-clean-css": "4.2.0",
"gulp-concat": "2.6.1",
"gulp-rename": "1.4.0",
"gulp-sass": "5.1.0",
"gulp-uglify": "3.0.2",
"gulp-terser": "2.1.0"
},
"dependencies": {
"sass": "1.51.0",
"vditor": "3.8.12"
}
}