kitematic/package.json

106 строки
2.9 KiB
JSON
Исходник Обычный вид История

2014-08-28 00:45:22 +04:00
{
"name": "Kitematic",
2015-01-17 21:15:26 +03:00
"version": "0.5.0",
"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": {
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",
"lint": "jsxhint src && jsxhint browser"
},
"licenses": [
{
"type": "GNU",
"url": "https://raw.githubusercontent.com/kitematic/kitematic/master/LICENSE"
}
],
"jest": {
2015-02-17 06:58:00 +03:00
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
2015-02-12 02:09:17 +03:00
"tty",
"net",
"crypto",
"stream",
2015-02-17 06:58:00 +03:00
"<rootDir>/node_modules/object-assign",
"<rootDir>/node_modules/underscore",
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/bluebird",
"<rootDir>/node_modules/babel"
]
},
2015-02-16 22:57:13 +03:00
"docker-version": "1.5.0",
"boot2docker-version": "1.5.0",
"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",
"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",
"minimist": "^1.1.0",
"node-uuid": "^1.4.2",
"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",
"rimraf": "^2.2.8",
"underscore": "^1.7.0"
},
"devDependencies": {
2015-02-02 08:33:36 +03:00
"browserify": "^6.2.0",
"ecstatic": "^0.5.8",
"glob": "^4.0.6",
2015-02-02 08:33:36 +03:00
"gulp": "^3.8.10",
2015-02-17 01:12:26 +03:00
"gulp-babel": "^3.0.0",
2015-02-02 08:33:36 +03:00
"gulp-atom": "0.0.5",
2015-02-17 01:12:26 +03:00
"gulp-babel": "^4.0.0",
2015-02-02 08:33:36 +03:00
"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
}
}