mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-05 03:16:35 +00:00
35 lines
860 B
JSON
35 lines
860 B
JSON
{
|
|
"name": "docker-registry-ui",
|
|
"version": "0.1.0",
|
|
"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": "^0.1.3",
|
|
"dialog-polyfill": "^0.4",
|
|
"gulp": "^3.9",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-filter": "^1.0.0",
|
|
"gulp-htmlmin": "^2.0.0",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-license": "^1.1.0",
|
|
"gulp-clean-css": "^2.0.11",
|
|
"gulp-riot": "^0.5.2",
|
|
"gulp-uglify": "^1.0.0",
|
|
"gulp-useref": "^3.0.0",
|
|
"material-design-lite": "^1.1",
|
|
"riot": "^2.3",
|
|
"riotgear-router": "^1.3.1",
|
|
"uglify-js-harmony": "^2.6.2"
|
|
}
|
|
}
|