UNPKG

@kuroku/react-static-favicons

Version:

A little helper to make working with react-static and favicons easier.

45 lines (44 loc) 913 B
{ "author": "Kuroku Labs", "bugs": { "url": "https://github.com/KurokuLabs/react-static-favicons/issues" }, "dependencies": { "favicons": "^5.0.0", "react": "^16.3.0", "sax": "^1.2.4" }, "description": "A little helper to make working with react-static and favicons easier.", "devDependencies": { "@types/node": "^9.6.1", "@types/react": "^16.1.0", "@types/sax": "^1.0.0", "typescript": "^2.8.1" }, "files": [ "dist/" ], "keywords": [ "react", "react-static", "favicon", "favicons" ], "license": "MIT", "main": "dist/index.js", "name": "@kuroku/react-static-favicons", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/KurokuLabs/react-static-favicons.git" }, "scripts": { "build": "tsc", "prepublish": "yarn build", "test": "echo 'no tests'; exit 0" }, "types": "dist/index.d.ts", "version": "0.0.7" }