wide/package.json

37 lines
847 B
JSON
Raw Normal View History

{
2017-04-23 19:11:51 +03:00
"name": "wide",
2019-05-24 06:53:30 +03:00
"version": "1.6.0",
"description": "A Web-based Go IDE , do your development anytime, anywhere.",
2017-04-23 19:11:51 +03:00
"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",
2019-06-23 10:27:15 +03:00
"gulp-clean-css": "^4.2.0",
2017-04-23 19:11:51 +03:00
"gulp-concat": "^2.6.1",
2019-05-17 16:37:18 +03:00
"gulp-sourcemaps": "^2.6.5",
2018-10-05 18:11:52 +03:00
"gulp-uglify": "^3.0.1"
2017-04-23 19:11:51 +03:00
}
}