forked from b3log/symphony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 982 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
{
"name": "Symphony",
"version": "1.3.0",
"description": "A real-time community forum written in Java. Java 实时社区论坛。 https://hacpai.com ",
"homepage": "https://github.com/b3log/symphony",
"repository": {
"type": "git",
"url": "git://github.com/b3log/symphony.git"
},
"bugs": {
"url": "https://github.com/b3log/symphony/issues"
},
"license": "Apache License",
"private": true,
"author": "Daniel <[email protected]> (http://88250.b3log.org) & Vanessa <[email protected]> (http://vanessa.b3log.org)",
"maintainers": [
{
"name": "Daniel",
"email": "[email protected]"
},
{
"name": "Vanessa",
"email": "[email protected]"
}
],
"devDependencies": {
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-clean-css": "2.0.6",
"gulp-uglify": "1.5.1",
"gulp-sourcemaps": "1.6.0"
}
}