{ "name": "Kitematic", "version": "0.6.7", "author": "Kitematic", "description": "Simple Docker Container management for Mac OS X.", "homepage": "https://kitematic.com/", "main": "browser.js", "repository": { "type": "git", "url": "git@github.com:kitematic/kitematic.git" }, "bugs": "https://github.com/kitematic/kitematic/issues", "scripts": { "start": "grunt", "test": "jest -c jest-unit.json", "integration": "jest -c jest-integration.json", "lint": "jsxhint src" }, "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "docker-version": "1.6.2", "docker-machine-version": "0.3.0-rc3", "docker-compose-version": "1.2.0", "electron-version": "0.27.2", "virtualbox-version": "4.3.28", "virtualbox-filename": "VirtualBox-4.3.28.pkg", "virtualbox-filename-win": "VirtualBox-4.3.28.exe", "virtualbox-checksum": "60521caff652fc32ad733eee2eea27f03d0b4f7239af3bf4b21dc6f0251cf47a", "virtualbox-checksum-win": "82039b615bf18dfff92ac1d9a15b2cbd5c59c608631ccf77e2371d0fd67a6cf7", "dependencies": { "alt": "^0.16.2", "ansi-to-html": "0.3.0", "any-promise": "^0.1.0", "async": "^0.9.0", "bluebird": "^2.9.24", "bugsnag-js": "^2.4.7", "classnames": "^1.2.0", "coveralls": "^2.11.2", "deep-extend": "^0.4.0", "dockerode": "^2.1.4", "exec": "0.2.0", "install": "^0.1.8", "jquery": "^2.1.3", "mixpanel": "0.2.0", "mkdirp": "^0.5.0", "node-uuid": "^1.4.3", "npm": "^2.9.1", "object-assign": "^2.0.0", "osx-release": "^1.1.0", "parseUri": "^1.2.3-2", "react": "^0.13.1", "react-bootstrap": "^0.20.3", "react-retina-image": "^1.1.2", "react-router": "^0.13.3", "request": "^2.55.0", "request-progress": "^0.3.1", "rimraf": "^2.3.2", "underscore": "^1.8.3", "validator": "^3.39.0" }, "devDependencies": { "babel": "^5.1.10", "babel-jest": "^5.2.0", "electron-prebuilt": "^0.27.3", "grunt": "^0.4.5", "grunt-babel": "^5.0.1", "grunt-chmod": "^1.0.3", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-less": "^1.0.1", "grunt-contrib-watch-chokidar": "^1.0.0", "grunt-curl": "^2.2.0", "grunt-download-electron": "^2.1.1", "grunt-electron": "^1.0.0", "grunt-electron-installer": "^0.33.0", "grunt-newer": "^1.1.1", "grunt-rcedit": "^0.3.1", "grunt-rename": "^0.1.4", "grunt-shell": "^1.1.2", "grunt-shell-spawn": "^0.3.8", "jest-cli": "^0.4.5", "jsxhint": "^0.14.0", "load-grunt-tasks": "^3.2.0", "minimist": "^1.1.1", "react-tools": "^0.13.1", "run-sequence": "^1.0.2", "shell-escape": "^0.2.0", "source-map-support": "^0.2.10" } }