forked from b3log/symphony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "Symphony",
"version": "3.4.2",
"description": "A modern community (forum/BBS/SNS/blog) platform written in Java. 一个用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。",
"homepage": "https://sym.b3log.org",
"repository": {
"type": "git",
"url": "git://github.com/b3log/symphony.git"
},
"bugs": {
"url": "https://github.com/b3log/symphony/issues"
},
"license": "AGPLv3",
"private": true,
"author": "Daniel <[email protected]> (http://88250.b3log.org) & Vanessa <[email protected]> (http://vanessa.b3log.org)",
"scripts": {
"dev": "gulp watch",
"build": "gulp"
},
"maintainers": [
{
"name": "Daniel",
"email": "[email protected]"
},
{
"name": "Vanessa",
"email": "[email protected]"
}
],
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"marked": "^0.5.1"
}
}