fetch-manifest-json
Version:
Fetch mainfest.json from a PWA.
41 lines (40 loc) • 709 B
JSON
{
"name": "fetch-manifest-json",
"version": "1.1.0",
"description": "Fetch mainfest.json from a PWA.",
"license": "MIT",
"repository": "hemanth/fetch-manifest-json",
"author": {
"name": "Hemanth.HM",
"email": "hemanth.hm@gmail.com",
"url": "h3manth.com"
},
"bin": "cli.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "ava"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"pwa",
"manifest",
"manifest-json"
],
"dependencies": {
"got": "^6.3.0",
"is-online": "^5.1.1",
"meow": "^3.7.0",
"x-ray": "^2.3.0"
},
"devDependencies": {
"ava": "^0.14.0",
"debug": "^2.2.0"
}
}