JSPM

web-app-manifest-validator

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2697
  • Score
    100M100P100Q172914F
  • License MIT

Web app manifest validator

Package Exports

  • web-app-manifest-validator

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (web-app-manifest-validator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

web-app-manifest-validator

Build Status

Really simple web app manifest validator.

Install

$ npm install --save web-app-manifest-validator

Usage

var validate = require('web-app-manifest-validator');
var manifest = require('./manifest.json');

validate(manifest).forEach(function(error) {
  console.log(error);
});

License

web-app-manifest-validator is licensed under the MIT license.

See LICENSE for the full license text.