forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "Kitematic",
"version": "0.5.1",
"author": "Kitematic",
"description": "Simple Docker Container 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": "gulp",
"test": "jest",
"release": "gulp release",
"release:beta": "gulp release --beta",
"preinstall": "./util/deps",
"lint": "jsxhint src && jsxhint browser"
},
"licenses": [
{
"type": "GNU",
"url": "https://raw.githubusercontent.com/kitematic/kitematic/master/LICENSE"
}
],
"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",
"boot2docker-version": "1.5.0",
"atom-shell-version": "0.21.1",
"virtualbox-version": "4.3.22",
"virtualbox-filename": "VirtualBox-4.3.22.pkg",
"virtualbox-checksum": "4a7dff25bdeef0d112e16ac11bee6d52e856d36bb412aa75576036ba560082eb",
"virtualbox-required-version": "4.3.0",
"dependencies": {
"ansi-to-html": "0.2.0",
"async": "^0.9.0",
"bluebird": "^2.9.6",
"bugsnag-js": "^2.4.7",
"dockerode": "^2.0.7",
"exec": "0.1.2",
"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.13.2",
"react-retina-image": "^1.1.2",
"react-router": "^0.11.6",
"request": "^2.53.0",
"request-progress": "^0.3.1",
"rimraf": "^2.2.8",
"underscore": "^1.7.0"
},
"devDependencies": {
"babel": "^4.0.1",
"gulp": "^3.8.10",
"gulp-babel": "^4.0.0",
"gulp-changed": "^1.1.1",
"gulp-concat": "^2.3.4",
"gulp-cssmin": "^0.1.6",
"gulp-download-atom-shell": "0.0.4",
"gulp-if": "^1.2.4",
"gulp-less": "^2.0.1",
"gulp-livereload": "^2.1.1",
"gulp-plumber": "^0.6.6",
"gulp-react": "^2.0.0",
"gulp-shell": "^0.2.11",
"gulp-sourcemaps": "^1.2.8",
"gulp-util": "^3.0.0",
"jest-cli": "^0.2.2",
"jsxhint": "^0.12.1",
"react-tools": "^0.12.2",
"run-sequence": "^1.0.2"
}
}