mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
27 lines
451 B
JSON
27 lines
451 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"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-shell": "^0.7.0"
|
|
},
|
|
"dependencies": {
|
|
"async": "^0.9.0",
|
|
"exec": "^0.1.2",
|
|
"moment": "2.8.1",
|
|
"open": "0.0.5"
|
|
}
|
|
}
|