wide/package.json

37 lines
852 B
JSON
Raw Normal View History

{
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"
},
2017-04-23 19:11:51 +03:00
{
"name": "Vanessa",
2018-03-12 07:20:52 +03:00
"email": "v@b3log.org"
}
2017-04-23 19:11:51 +03:00
],
2018-10-05 18:11:52 +03:00
"scripts": {
"build": "gulp"
},
2017-04-23 19:11:51 +03:00
"devDependencies": {
2019-05-16 16:21:26 +03:00
"gulp": "^4.0.2",
2017-04-23 19:11:51 +03:00
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-sourcemaps": "^2.6.0",
2018-10-05 18:11:52 +03:00
"gulp-uglify": "^3.0.1"
2017-04-23 19:11:51 +03:00
}
}