37 lines
847 B
JSON
37 lines
847 B
JSON
{
|
|
"name": "wide",
|
|
"version": "1.6.0",
|
|
"description": "A Web-based Go IDE , do your development anytime, anywhere.",
|
|
"homepage": "https://wide.b3log.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/88250/wide.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/88250/wide/issues"
|
|
},
|
|
"license": "Apache License",
|
|
"private": true,
|
|
"author": "Daniel <d@b3log.org> (http://88250.b3log.org) & Vanessa <v@b3log.org> (http://vanessa.b3log.org)",
|
|
"maintainers": [
|
|
{
|
|
"name": "Daniel",
|
|
"email": "d@b3log.org"
|
|
},
|
|
{
|
|
"name": "Vanessa",
|
|
"email": "v@b3log.org"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"build": "gulp"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean-css": "^4.2.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-uglify": "^3.0.1"
|
|
}
|
|
}
|