{ "name": "docker-registry-frontend", "version": "0.0.2", "dependencies": {}, "devDependencies": { "bower": "^1.7.2", "connect-modrewrite": "^0.8.2", "grunt": "^0.4.1", "grunt-autoprefixer": "^3.0.3", "grunt-cli": "^0.1.13", "grunt-concurrent": "^2.1.0", "grunt-connect-proxy": "^0.2.0", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-connect": "^0.10.1", "grunt-contrib-copy": "^0.8.2", "grunt-contrib-cssmin": "^0.14.0", "grunt-contrib-htmlmin": "^0.6.0", "grunt-contrib-imagemin": "^1.0.0", "grunt-contrib-jshint": "^0.12.0", "grunt-contrib-uglify": "^0.11.0", "grunt-contrib-watch": "^0.6.1", "grunt-filerev": "^2.3.1", "grunt-google-cdn": "^0.4.3", "grunt-newer": "^1.1.1", "grunt-ng-annotate": "^1.0.1", "grunt-svgmin": "^3.1.2", "grunt-usemin": "^3.1.1", "grunt-wiredep": "^2.0.0", "jasmine": "^2.4.1", "jasmine-core": "^2.4.1", "jshint-stylish": "^2.1.0", "karma": "^1.1.1", "karma-jasmine": "^1.0.2", "karma-junit-reporter": "^1.1.0", "karma-phantomjs-launcher": "^1.0.1", "karma-spec-reporter": "0.0.26", "load-grunt-tasks": "^3.4.0", "time-grunt": "^1.3.0" }, "engines": { "node": ">=0.10.0" }, "scripts": { "server": "grunt serve", "postinstall": "bower install", "pretest": "npm install", "test": "karma start test/karma.conf.js", "test-single-run": "karma start test/karma.conf.js --single-run" }, "description": "A pure web-based frontend to a docker-registry", "main": "Gruntfile.js", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git@github.com:kwk/docker-registry-frontend.git" }, "keywords": [ "docker", "registry", "frontend", "ui" ], "author": "Konrad Kleine", "license": "MIT", "bugs": { "url": "https://github.com/kwk/docker-registry-frontend/issues" } }