Files
30-seconds-of-code/node_modules/gatsby-plugin-manifest/package.json
2019-08-20 15:52:05 +02:00

79 lines
2.3 KiB
JSON

{
"_from": "gatsby-plugin-manifest@^2.2.3",
"_id": "gatsby-plugin-manifest@2.2.5",
"_inBundle": false,
"_integrity": "sha512-7Zpf/jz2LNk7AkjdQJ5cOFcuGUvSbXYV+lfRY9rZwQCyE/fDVjjb5lbdDsCLKvFfWqJuPft3P5FPE6Az7sKpCw==",
"_location": "/gatsby-plugin-manifest",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gatsby-plugin-manifest@^2.2.3",
"name": "gatsby-plugin-manifest",
"escapedName": "gatsby-plugin-manifest",
"rawSpec": "^2.2.3",
"saveSpec": null,
"fetchSpec": "^2.2.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.5.tgz",
"_shasum": "cfa3f5a5f02989e9a15a3b08b11548be45af11e8",
"_spec": "gatsby-plugin-manifest@^2.2.3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
"author": {
"name": "Kyle Mathews",
"email": "mathews.kyle@gmail.com"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.0.0",
"gatsby-core-utils": "^1.0.4",
"semver": "^5.6.0",
"sharp": "^0.22.1"
},
"deprecated": false,
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.1.4"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "c1960a260d3fbd5b6f57fb29317693d45a0686d3",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"favicon",
"icons",
"manifest.webmanifest",
"progressive-web-app",
"pwa"
],
"license": "MIT",
"main": "index.js",
"name": "gatsby-plugin-manifest",
"peerDependencies": {
"gatsby": "^2.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-plugin-manifest"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},
"version": "2.2.5"
}