browser-manifest
Version:
Validate and normalize a browser manifest
33 lines (32 loc) • 648 B
JSON
{
"name": "browser-manifest",
"version": "1.0.0",
"description": "Validate and normalize a browser manifest",
"license": "MIT",
"author": "Vincent Weevers",
"scripts": {
"test": "standard && nyc node test"
},
"files": [
"index.js"
],
"dependencies": {},
"devDependencies": {
"nyc": "^15.1.0",
"standard": "^14.3.1",
"tape": "^4.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/airtap/browser-manifest.git"
},
"homepage": "https://github.com/airtap/browser-manifest",
"keywords": [
"airtap",
"browser",
"manifest"
],
"engines": {
"node": ">=10"
}
}