mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
25 lines
458 B
JSON
25 lines
458 B
JSON
{
|
|
"name": "Kitematic",
|
|
"main": "index.html",
|
|
"node-remote": "<local>",
|
|
"version": "0.1.0",
|
|
"window": {
|
|
"show": false,
|
|
"toolbar": false,
|
|
"frame": false,
|
|
"width": 800,
|
|
"height": 600,
|
|
"resizable": false
|
|
},
|
|
"engines": {
|
|
"node": "0.11.13"
|
|
},
|
|
"dependencies": {
|
|
"async": "^0.9.0",
|
|
"chokidar": "git+https://github.com/usekite/chokidar.git",
|
|
"exec": "^0.1.2",
|
|
"moment": "2.8.1",
|
|
"open": "0.0.5"
|
|
}
|
|
}
|