Merge remote-tracking branch 'refs/remotes/origin/2.2.0-dev'
Showing
| { | { | ||
| "name": "Symphony", | "name": "Solo", | ||
| "version": "1.3.0", | "version": "2.2.0", | ||
| "description": "A real-time community forum written in Java. Java 实时社区论坛。 https://hacpai.com ", | "description": "A blogging system written in Java, feel free to create your or your team own blog. 一个用 Java 实现的博客系统,为你或你的团队创建个博客吧!", | ||
| "homepage": "https://github.com/b3log/symphony", | "homepage": "https://github.com/b3log/solo", | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git://github.com/b3log/symphony.git" | "url": "git://github.com/b3log/solo.git" | ||
| }, | }, | ||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/b3log/symphony/issues" | "url": "https://github.com/b3log/solo/issues" | ||
| }, | }, | ||
| "license": "Apache License", | "license": "GPLv3", | ||
| "private": true, | "private": true, | ||
| "author": "Daniel <dl882509@gmail.com> (http://88250.b3log.org) & Vanessa <lly219@gmail.com> (http://vanessa.b3log.org)", | "author": "Daniel <dl882509@gmail.com> (http://88250.b3log.org) & Vanessa <lly219@gmail.com> (http://vanessa.b3log.org)", | ||
| "maintainers": [ | "maintainers": [ | ||
| ... | @@ -27,6 +27,7 @@ | ... | @@ -27,6 +27,7 @@ |
| "gulp": "^3.9.1", | "gulp": "^3.9.1", | ||
| "gulp-concat": "2.6.0", | "gulp-concat": "2.6.0", | ||
| "gulp-uglify": "^2.0.0", | "gulp-uglify": "^2.0.0", | ||
| "gulp-clean-css": "^2.0.13" | "gulp-clean-css": "^2.0.13", | ||
| "marked": "^0.3.6" | |||
| } | } | ||
| } | } |
Please register or sign in to comment