2014-08-28 00:45:22 +04:00
|
|
|
{
|
|
|
|
"name": "Kitematic",
|
2015-01-17 21:15:26 +03:00
|
|
|
"version": "0.5.0",
|
2014-09-11 21:59:06 +04:00
|
|
|
"author": "Kitematic",
|
|
|
|
"description": "Simple Docker App management for Mac OS X.",
|
|
|
|
"homepage": "https://kitematic.com/",
|
2014-12-21 08:08:50 +03:00
|
|
|
"main": "browser/main.js",
|
2014-09-11 21:59:06 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:kitematic/kitematic.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/kitematic/kitematic/issues",
|
2014-12-28 00:32:52 +03:00
|
|
|
"scripts": {
|
2015-02-02 08:33:36 +03:00
|
|
|
"start": "gulp",
|
2015-02-10 08:24:12 +03:00
|
|
|
"test": "jest",
|
2015-02-04 01:45:16 +03:00
|
|
|
"release": "gulp release",
|
|
|
|
"release:beta": "gulp release --beta",
|
2015-02-04 03:29:15 +03:00
|
|
|
"preinstall": "./deps",
|
2015-02-13 21:44:00 +03:00
|
|
|
"lint": "jsxhint src && jsxhint browser"
|
2014-12-28 00:32:52 +03:00
|
|
|
},
|
2014-12-21 08:08:50 +03:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "GNU",
|
|
|
|
"url": "https://raw.githubusercontent.com/kitematic/kitematic/master/LICENSE"
|
|
|
|
}
|
|
|
|
],
|
2015-01-30 21:21:51 +03:00
|
|
|
"jest": {
|
2015-02-10 08:24:12 +03:00
|
|
|
"scriptPreprocessor": "preprocessor.js",
|
2015-01-30 21:21:51 +03:00
|
|
|
"unmockedModulePathPatterns": [
|
2015-02-12 02:09:17 +03:00
|
|
|
"tty",
|
|
|
|
"net",
|
|
|
|
"crypto",
|
|
|
|
"stream",
|
|
|
|
"object-assign",
|
|
|
|
"underscore",
|
2015-02-10 08:24:12 +03:00
|
|
|
"node_modules/react",
|
|
|
|
"node_modules/bluebird",
|
|
|
|
"node_modules/6to5"
|
2015-01-30 21:21:51 +03:00
|
|
|
]
|
|
|
|
},
|
2015-02-16 22:57:13 +03:00
|
|
|
"docker-version": "1.5.0",
|
|
|
|
"boot2docker-version": "1.5.0",
|
2015-02-06 05:02:46 +03:00
|
|
|
"atom-shell-version": "0.21.1",
|
2015-02-02 08:33:36 +03:00
|
|
|
"virtualbox-version": "4.3.20",
|
2015-02-10 08:24:12 +03:00
|
|
|
"virtualbox-filename": "VirtualBox-4.3.20.pkg",
|
|
|
|
"virtualbox-checksum": "89edac4cc7298c8a04fd4bb646ff2197e7673137c6566c7757f0e9cd6265d0c5",
|
2015-02-02 08:33:36 +03:00
|
|
|
"virtualbox-required-version": "4.3.18",
|
2014-08-28 00:45:22 +04:00
|
|
|
"dependencies": {
|
2014-10-20 03:28:53 +04:00
|
|
|
"ansi-to-html": "0.2.0",
|
2014-08-28 00:45:22 +04:00
|
|
|
"async": "^0.9.0",
|
2015-02-17 01:04:18 +03:00
|
|
|
"babel": "^4.0.1",
|
2015-02-06 05:02:46 +03:00
|
|
|
"bluebird": "^2.9.6",
|
2015-02-02 08:33:36 +03:00
|
|
|
"bugsnag-js": "git+https://git@github.com/bugsnag/bugsnag-js",
|
2014-11-24 18:41:02 +03:00
|
|
|
"dockerode": "2.0.4",
|
2015-02-12 02:09:17 +03:00
|
|
|
"download": "^4.0.0",
|
2014-12-31 02:01:27 +03:00
|
|
|
"exec": "0.1.2",
|
2015-01-17 21:15:26 +03:00
|
|
|
"jquery": "^2.1.3",
|
2014-12-28 00:32:52 +03:00
|
|
|
"minimist": "^1.1.0",
|
2015-01-25 21:57:51 +03:00
|
|
|
"object-assign": "^2.0.0",
|
2015-01-24 00:49:25 +03:00
|
|
|
"react": "^0.12.2",
|
2015-01-17 21:15:26 +03:00
|
|
|
"react-bootstrap": "^0.13.2",
|
|
|
|
"react-retina-image": "^1.1.2",
|
|
|
|
"react-router": "^0.11.6",
|
2015-02-12 02:09:17 +03:00
|
|
|
"request": "^2.53.0",
|
|
|
|
"request-progress": "^0.3.1",
|
2015-01-14 00:45:18 +03:00
|
|
|
"retina.js": "^1.1.0",
|
2015-02-06 05:02:46 +03:00
|
|
|
"rimraf": "^2.2.8",
|
|
|
|
"underscore": "^1.7.0"
|
2014-12-21 08:08:50 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-02-10 08:24:12 +03:00
|
|
|
"6to5-jest": "^3.0.0",
|
2015-02-02 08:33:36 +03:00
|
|
|
"browserify": "^6.2.0",
|
2014-12-21 08:08:50 +03:00
|
|
|
"ecstatic": "^0.5.8",
|
|
|
|
"glob": "^4.0.6",
|
2015-02-02 08:33:36 +03:00
|
|
|
"gulp": "^3.8.10",
|
2015-02-06 05:02:46 +03:00
|
|
|
"gulp-6to5": "^3.0.0",
|
2015-02-02 08:33:36 +03:00
|
|
|
"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-react": "^2.0.0",
|
|
|
|
"gulp-shell": "^0.2.11",
|
|
|
|
"gulp-sourcemaps": "^1.2.8",
|
|
|
|
"gulp-streamify": "0.0.5",
|
|
|
|
"gulp-uglify": "^0.3.1",
|
|
|
|
"gulp-uglifyjs": "^0.5.0",
|
|
|
|
"gulp-util": "^3.0.0",
|
2015-02-10 08:24:12 +03:00
|
|
|
"jest-cli": "^0.2.2",
|
|
|
|
"merge-stream": "^0.1.7",
|
|
|
|
"react-tools": "^0.12.2",
|
2015-02-02 08:33:36 +03:00
|
|
|
"reactify": "^0.15.2",
|
2015-02-10 08:24:12 +03:00
|
|
|
"regenerator": "^0.8.9",
|
2015-02-02 08:33:36 +03:00
|
|
|
"run-sequence": "^1.0.2",
|
|
|
|
"time-require": "^0.1.2",
|
|
|
|
"vinyl-source-stream": "^0.1.1",
|
2015-02-10 08:24:12 +03:00
|
|
|
"watchify": "^2.1.1"
|
2014-08-28 00:45:22 +04:00
|
|
|
}
|
|
|
|
}
|