mirror of https://github.com/docker/docs.git
Updating package.json
Should now pass http://package-json-validator.com/ with minimal warnings: ```json { "valid": true, "warnings": [ "Missing recommended field: keywords", "Missing recommended field: contributors" ], "recommendations": [ "Missing optional field: engines" ] } ```
This commit is contained in:
parent
e386f39451
commit
194220b9bb
12
package.json
12
package.json
|
@ -1,5 +1,17 @@
|
|||
{
|
||||
"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.0",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue