mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
68 lines
2.0 KiB
JSON
68 lines
2.0 KiB
JSON
{
|
|
"name": "Kitematic",
|
|
"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": {
|
|
"start": "rsync ./index.html ./build/ && rsync ./fonts/* ./build/ && rsync ./images/* ./build && jsx --watch src/ build/ & wess -w -m -i ./styles/main.less -o ./build/main.css & wiper -w ./build/**/*.* & NODE_ENV=development ./cache/Atom.app/Contents/MacOS/Atom . && kill $(pgrep node)",
|
|
"preinstall": "./deps",
|
|
"test": "jsx src build/ && rsync ./images/* ./build && wess -m -i ./styles/main.less -o ./build/main.css & NODE_ENV=test ./cache/Atom.app/Contents/MacOS/Atom . --test",
|
|
"release": "./release"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "GNU",
|
|
"url": "https://raw.githubusercontent.com/kitematic/kitematic/master/LICENSE"
|
|
}
|
|
],
|
|
"jest": {
|
|
"unmockedModulePathPatterns": [
|
|
"dockerode",
|
|
"react",
|
|
"debug"
|
|
]
|
|
},
|
|
"boot2docker-version": "1.3.2",
|
|
"atom-shell-version": "0.21.0",
|
|
"dependencies": {
|
|
"ansi-to-html": "0.2.0",
|
|
"async": "^0.9.0",
|
|
"bugsnag-js": "^2.4.6",
|
|
"dockerode": "2.0.4",
|
|
"exec": "0.1.2",
|
|
"gulp-react": "^2.0.0",
|
|
"jest-cli": "^0.2.1",
|
|
"jquery": "^2.1.3",
|
|
"minimist": "^1.1.0",
|
|
"node-uuid": "1.4.1",
|
|
"object-assign": "^2.0.0",
|
|
"open": "0.0.5",
|
|
"react": "^0.12.2",
|
|
"react-bootstrap": "^0.13.2",
|
|
"react-retina-image": "^1.1.2",
|
|
"react-router": "^0.11.6",
|
|
"request": "^2.51.0",
|
|
"request-progress": "0.3.1",
|
|
"retina.js": "^1.1.0",
|
|
"underscore": "^1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"ecstatic": "^0.5.8",
|
|
"glob": "^4.0.6",
|
|
"jasmine-reporters": "^1.0.1",
|
|
"jasmine-tagged": "^1.1.2",
|
|
"jasmine-terminal-reporter": "^0.9.1",
|
|
"react-tools": "^0.12.2",
|
|
"wess": "^0.2.2",
|
|
"wiper": "^1.0.2",
|
|
"zombie": "^2.5.1"
|
|
}
|
|
}
|