{ "name": "Kitematic", "version": "0.4.3", "author": "Kitematic", "description": "Simple Docker App management for Mac OS X.", "homepage": "https://kitematic.com/", "main": "browser/main.js", "repository": { "type": "git", "url": "git@github.com:kitematic/kitematic.git" }, "bugs": "https://github.com/kitematic/kitematic/issues", "scripts": { "start": "./script/run" }, "licenses": [ { "type": "GNU", "url": "https://raw.githubusercontent.com/kitematic/kitematic/master/LICENSE" } ], "boot2docker-version": "1.3.2", "atom-shell-version": "0.19.1", "dependencies": { "ansi-to-html": "0.2.0", "async": "^0.9.0", "dockerode": "2.0.4", "exec": "^0.1.2", "flux-react": "^2.6.1", "leveldown": "^1.0.0", "levelup": "git+https://github.com/kitematic/node-levelup.git", "minimist": "^1.1.0", "moment": "2.8.1", "ncp": "0.6.0", "node-uuid": "1.4.1", "open": "0.0.5", "react": "^0.12.1", "request": "2.42.0", "request-progress": "0.3.1", "tar": "0.1.20" }, "devDependencies": { "browserify": "^6.2.0", "ecstatic": "^0.5.8", "glob": "^4.0.6", "gulp": "^3.8.10", "gulp-atom": "0.0.5", "gulp-concat": "^2.3.4", "gulp-cssmin": "^0.1.6", "gulp-download-atom-shell": "0.0.4", "gulp-if": "^1.2.4", "gulp-imagemin": "^2.0.0", "gulp-less": "^2.0.1", "gulp-livereload": "^2.1.1", "gulp-notify": "^1.4.2", "gulp-plumber": "^0.6.6", "gulp-shell": "^0.2.11", "gulp-sourcemaps": "^1.2.8", "gulp-streamify": "0.0.5", "gulp-uglify": "^0.3.1", "gulp-util": "^3.0.0", "jasmine-tagged": "^1.1.2", "reactify": "^0.15.2", "run-sequence": "^1.0.2", "vinyl-source-stream": "^0.1.1", "watchify": "^2.1.1" } }