mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-07 03:26:33 +00:00
37 lines
909 B
JSON
37 lines
909 B
JSON
{
|
|
"name": "docker-registry-ui",
|
|
"version": "0.2.4",
|
|
"scripts": {
|
|
"build": "./node_modules/gulp/bin/gulp.js build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Joxit/docker-registry-ui.git"
|
|
},
|
|
"author": "Jones Magloire (Joxit)",
|
|
"license": "AGPLv3",
|
|
"description": "A web UI for private docker registry",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"del": "^3.0.0",
|
|
"dialog-polyfill": "^0.4",
|
|
"gulp": "^3.9",
|
|
"gulp-clean-css": "^3.7.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-filter": "^5.0.1",
|
|
"gulp-htmlmin": "^3.0.0",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-license": "^1.1.0",
|
|
"gulp-riot": "^0.5.2",
|
|
"gulp-uglify": "^2.1.2",
|
|
"gulp-useref": "^3.0.0",
|
|
"material-design-lite": "^1.1",
|
|
"pump": "^1.0.2",
|
|
"riot": "^2.3",
|
|
"riotgear-router": "^1.3.1",
|
|
"uglify-js": "^3.0.28",
|
|
"uglify-js-harmony": "^2.7.7"
|
|
}
|
|
}
|