mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
92 lines
2.7 KiB
JSON
92 lines
2.7 KiB
JSON
{
|
|
"name": "Kitematic",
|
|
"version": "0.5.11",
|
|
"author": "Kitematic",
|
|
"description": "Simple Docker Container management for Mac OS X.",
|
|
"homepage": "https://kitematic.com/",
|
|
"main": "build/browser.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:kitematic/kitematic.git"
|
|
},
|
|
"bugs": "https://github.com/kitematic/kitematic/issues",
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"test": "jest",
|
|
"release": "gulp release",
|
|
"release:beta": "gulp release --beta",
|
|
"preinstall": "./util/deps",
|
|
"postinstall": "if [ `uname` == 'Darwin' ]; then gulp download && cp util/Info.plist cache/Atom.app/Contents/Info.plist && cp util/kitematic.icns cache/Atom.app/Contents/Resources/atom.icns; fi",
|
|
"lint": "jsxhint src && jsxhint browser"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
|
}
|
|
],
|
|
"jest": {
|
|
"scriptPreprocessor": "<rootDir>/util/preprocessor.js",
|
|
"setupEnvScriptFile": "<rootDir>/util/testenv.js",
|
|
"unmockedModulePathPatterns": [
|
|
"tty",
|
|
"net",
|
|
"crypto",
|
|
"stream",
|
|
"<rootDir>/node_modules/object-assign",
|
|
"<rootDir>/node_modules/underscore",
|
|
"<rootDir>/node_modules/react",
|
|
"<rootDir>/node_modules/bluebird",
|
|
"<rootDir>/node_modules/babel"
|
|
]
|
|
},
|
|
"docker-version": "1.5.0",
|
|
"docker-machine-version": "0.1.0-kitematic-0.5.10",
|
|
"atom-shell-version": "0.21.3",
|
|
"virtualbox-version": "4.3.24",
|
|
"virtualbox-filename": "VirtualBox-4.3.24.pkg",
|
|
"virtualbox-checksum": "100eee21df3808fc1b1e461e86f10b6d2a748935c5f31bc665f4ff0777e44a0b",
|
|
"dependencies": {
|
|
"ansi-to-html": "0.3.0",
|
|
"async": "^0.9.0",
|
|
"bluebird": "^2.9.12",
|
|
"bugsnag-js": "^2.4.7",
|
|
"dockerode": "^2.0.7",
|
|
"exec": "0.2.0",
|
|
"jquery": "^2.1.3",
|
|
"minimist": "^1.1.0",
|
|
"mixpanel": "0.0.20",
|
|
"node-uuid": "^1.4.2",
|
|
"object-assign": "^2.0.0",
|
|
"react": "^0.12.2",
|
|
"react-bootstrap": "^0.15.1",
|
|
"react-retina-image": "^1.1.2",
|
|
"react-router": "^0.12.4",
|
|
"request": "^2.53.0",
|
|
"request-progress": "^0.3.1",
|
|
"rimraf": "^2.2.8",
|
|
"underscore": "^1.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^4.5.5",
|
|
"gulp": "^3.8.11",
|
|
"gulp-babel": "^4.0.0",
|
|
"gulp-changed": "^1.1.1",
|
|
"gulp-concat": "^2.5.2",
|
|
"gulp-cssmin": "^0.1.6",
|
|
"gulp-download-atom-shell": "0.0.4",
|
|
"gulp-if": "^1.2.5",
|
|
"gulp-less": "^3.0.1",
|
|
"gulp-livereload": "^3.8.0",
|
|
"gulp-plumber": "^0.6.6",
|
|
"gulp-react": "^2.0.0",
|
|
"gulp-shell": "^0.3.0",
|
|
"gulp-sourcemaps": "^1.5.0",
|
|
"gulp-util": "^3.0.4",
|
|
"jest-cli": "^0.4.0",
|
|
"jsxhint": "^0.12.1",
|
|
"react-tools": "^0.12.2",
|
|
"run-sequence": "^1.0.2"
|
|
}
|
|
}
|