Files
30-seconds-of-code/node_modules/gatsby/dist/internal-plugins/prod-404/package.json
2019-08-20 15:52:05 +02:00

12 lines
388 B
JSON

{
"name": "prod-404",
"version": "1.0.0",
"description": "Internal plugin to detect various flavors of 404 pages and ensure there's a 404.html path created as well to ensure compatibility with static hosts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"license": "MIT"
}