86 lines
2.0 KiB
JSON
86 lines
2.0 KiB
JSON
{
|
|
"_from": "pwa-manifest",
|
|
"_id": "pwa-manifest@0.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-/wBg1QPWQA2lGQ9JMRC0hq6/JQI=",
|
|
"_location": "/pwa-manifest",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "pwa-manifest",
|
|
"name": "pwa-manifest",
|
|
"escapedName": "pwa-manifest",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pwa-manifest/-/pwa-manifest-0.1.3.tgz",
|
|
"_shasum": "ff0060d503d6400da5190f493110b486aebf2502",
|
|
"_spec": "pwa-manifest",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "ragingwind",
|
|
"email": "ragingwind@gmail.com",
|
|
"url": "ragingwind.html"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ragingwind/pwa-manifest/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ansi-styles": "^2.2.1",
|
|
"inquirer": "^0.12.0",
|
|
"is-css-color-hex": "^0.2.0",
|
|
"is-css-color-name": "^0.1.3",
|
|
"is-url-superb": "^2.0.0",
|
|
"load-json-file": "^1.1.0",
|
|
"object-assign": "^4.0.1",
|
|
"read-pkg-up": "^1.0.1",
|
|
"url-regex": "^3.1.0",
|
|
"write-json-file": "^1.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Create a Web Manifest for Progressive Web App with a variety of options",
|
|
"devDependencies": {
|
|
"ava": "^0.12.0",
|
|
"deep-equal": "^1.0.1",
|
|
"http-server": "^0.9.0",
|
|
"os-tmpdir": "^1.0.1",
|
|
"xo": "^0.12.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"assets"
|
|
],
|
|
"homepage": "https://github.com/ragingwind/pwa-manifest#readme",
|
|
"keywords": [
|
|
"pwa",
|
|
"manifest",
|
|
"Progressive Web App",
|
|
"Web Manifest"
|
|
],
|
|
"license": "MIT",
|
|
"name": "pwa-manifest",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ragingwind/pwa-manifest.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "0.1.3",
|
|
"xo": {
|
|
"rules": {
|
|
"camelcase": 0
|
|
}
|
|
}
|
|
}
|