docker-registry-ui/package.json

31 lines
752 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": {
2016-07-10 16:30:14 +02:00
},
"devDependencies": {
"del": "^0.1.3",
"dialog-polyfill": "^0.4",
2016-07-10 16:30:14 +02:00
"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"
}
}