mirror of https://github.com/docker/docs.git
commit
888e4f7f3b
12
package.json
12
package.json
|
@ -1,5 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "Kitematic",
|
"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",
|
"main": "index.js",
|
||||||
"version": "0.2.3",
|
"version": "0.2.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue