зеркало из https://github.com/docker/kitematic.git
92 строки
2.6 KiB
JSON
92 строки
2.6 KiB
JSON
{
|
|
"name": "Kitematic",
|
|
"version": "0.6.6",
|
|
"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 -c jest-unit.json",
|
|
"integration": "jest -c jest-integration.json",
|
|
"release": "gulp release",
|
|
"release:beta": "gulp release --beta",
|
|
"lint": "jsxhint src",
|
|
"reset": "gulp reset"
|
|
},
|
|
"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-rc2",
|
|
"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",
|
|
"exec": "0.2.0",
|
|
"dockerode": "^2.1.4",
|
|
"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",
|
|
"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",
|
|
"gulp": "^3.8.11",
|
|
"gulp-babel": "^5.1.0",
|
|
"gulp-changed": "^1.2.1",
|
|
"gulp-concat": "^2.5.2",
|
|
"gulp-cssmin": "^0.1.6",
|
|
"gulp-download-electron": "^0.0.5",
|
|
"gulp-if": "^1.2.5",
|
|
"gulp-insert": "^0.4.0",
|
|
"gulp-less": "^3.0.2",
|
|
"gulp-livereload": "^3.8.0",
|
|
"gulp-plumber": "^1.0.0",
|
|
"gulp-shell": "^0.4.1",
|
|
"gulp-sourcemaps": "^1.5.2",
|
|
"gulp-util": "^3.0.4",
|
|
"jest-cli": "^0.4.5",
|
|
"jsxhint": "^0.14.0",
|
|
"minimist": "^1.1.1",
|
|
"react-tools": "^0.13.1",
|
|
"run-sequence": "^1.0.2",
|
|
"source-map-support": "^0.2.10"
|
|
}
|
|
}
|