forked from b3log/solo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 907 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": "Solo",
"version": "2.2.0",
"description": "A blogging system written in Java, feel free to create your or your team own blog. 一个用 Java 实现的博客系统,为你或你的团队创建个博客吧!",
"homepage": "https://github.com/b3log/solo",
"repository": {
"type": "git",
"url": "git://github.com/b3log/solo.git"
},
"bugs": {
"url": "https://github.com/b3log/solo/issues"
},
"license": "GPLv3",
"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.1",
"gulp-clean-css": "^2.4.0",
"gulp-concat": "2.6.0",
"gulp-uglify": "^2.1.2",
"marked": "^0.3.6"
}
}