scorelab / D4D---Drone-4-Dengue

D4D - Drone 4 Dengue
Apache License 2.0
4 stars 27 forks source link

Fix package.json validation issues #40

Open amittal27 opened 6 years ago

amittal27 commented 6 years ago

Here are the results of the package.json validator for the package.json file in this repository:

  "valid": false,
  "errors": [
    "Missing required field: version"
  ],
  "warnings": [
    "Missing recommended field: keywords",
    "Missing recommended field: bugs",
    "Missing recommended field: licenses",
    "Missing recommended field: author",
    "Missing recommended field: contributors",
    "Missing recommended field: repository"
  ],
  "recommendations": [
    "Missing optional field: homepage",
    "Missing optional field: engines"
  ]
}

The only error is the version field. There are also some warnings for fields that should be in the file (keywords, bugs, licenses, author, contributors, and repository fields), as well as recommendations for having a homepage and engines fields (which are optional).