2015-12-08 17:01:37 +03:00
|
|
|
{
|
2017-04-23 19:11:51 +03:00
|
|
|
"name": "wide",
|
|
|
|
"version": "1.4.0",
|
|
|
|
"description": "A Web-based IDE for Teams using Go programming language/Golang.",
|
|
|
|
"homepage": "https://wide.b3log.org",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/b3log/wide.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/b3log/wide/issues"
|
|
|
|
},
|
|
|
|
"license": "Apache License",
|
|
|
|
"private": true,
|
2018-03-12 07:20:52 +03:00
|
|
|
"author": "Daniel <d@b3log.org> (http://88250.b3log.org) & Vanessa <v@b3log.org> (http://vanessa.b3log.org)",
|
2017-04-23 19:11:51 +03:00
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Daniel",
|
2018-03-12 07:20:52 +03:00
|
|
|
"email": "d@b3log.org"
|
2015-12-08 17:01:37 +03:00
|
|
|
},
|
2017-04-23 19:11:51 +03:00
|
|
|
{
|
|
|
|
"name": "Vanessa",
|
2018-03-12 07:20:52 +03:00
|
|
|
"email": "v@b3log.org"
|
2015-12-08 17:01:37 +03:00
|
|
|
}
|
2017-04-23 19:11:51 +03:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-minify-css": "^1.2.4",
|
|
|
|
"gulp-sourcemaps": "^2.6.0",
|
|
|
|
"gulp-uglify": "^2.1.2"
|
|
|
|
}
|
2015-12-08 17:01:37 +03:00
|
|
|
}
|