docker-registry-ui/package.json

19 lines
459 B
JSON
Raw Normal View History

{
"name": "docker-registry-ui",
"version": "0.1.0",
"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": {
"material-design-lite": "^1.1",
"material-design-icons": "^2.2",
"dialog-polyfill": "^0.4",
"riot": "^2.3",
"riotgear-router": "^1.3.1"
}
}