wide/package.json

34 lines
932 B
JSON

{
"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,
"author": "Daniel <dl882509@gmail.com> (http://88250.b3log.org) & Vanessa <lly219@gmail.com> (http://vanessa.b3log.org)",
"maintainers": [
{
"name": "Daniel",
"email": "dl88250@gmail.com"
},
{
"name": "Vanessa",
"email": "lly219@gmail.com"
}
],
"devDependencies": {
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-minify-css": "1.2.2",
"gulp-uglify": "1.5.1",
"gulp-sourcemaps": "1.6.0"
}
}