mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
31 lines
805 B
JSON
31 lines
805 B
JSON
{
|
|
"name": "Kitematic",
|
|
"author": "Kitematic",
|
|
"description": "Simple Docker App management for Mac OS X.",
|
|
"homepage": "https://kitematic.com/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:kitematic/kitematic.git"
|
|
},
|
|
"bugs": "https://github.com/kitematic/kitematic/issues",
|
|
"licenses": [{
|
|
"type": "GNU",
|
|
"url": "https://raw.githubusercontent.com/kitematic/kitematic/master/LICENSE"
|
|
}],
|
|
"main": "index.js",
|
|
"version": "0.2.3",
|
|
"dependencies": {
|
|
"ansi-to-html": "0.2.0",
|
|
"async": "^0.9.0",
|
|
"chokidar": "git+https://github.com/usekite/chokidar.git",
|
|
"dockerode": "2.0.3",
|
|
"exec": "^0.1.2",
|
|
"moment": "2.8.1",
|
|
"ncp": "0.6.0",
|
|
"open": "0.0.5",
|
|
"request": "2.42.0",
|
|
"request-progress": "0.3.1",
|
|
"tar": "0.1.20"
|
|
}
|
|
}
|