UNPKG

react-footer-comp

Version:

react based footer component for easy footers in websites.

43 lines (42 loc) 1.18 kB
{ "name": "react-footer-comp", "version": "3.0.1", "dependencies": { "react": "^16.4.0", "react-dom": "^16.4.0" }, "description": "react based footer component for easy footers in websites.", "main": "lib/ReactFooter.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --progress --colors --production", "transpile": "node_modules/.bin/babel ./src/ReactFooter.js --presets babel-preset-es2015 --out-file ./lib/ReactFooter.js" }, "repository": { "type": "git", "url": "git+https://github.com/rajaraghav/react-footer-comp.git" }, "keywords": [ "react", "footer", "component", "reactjs", "website", "react-footer" ], "author": "raja raghav", "license": "MIT", "bugs": { "url": "https://github.com/rajaraghav/react-footer-comp/issues" }, "homepage": "https://github.com/rajaraghav/react-footer-comp#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "webpack": "^4.9.1", "webpack-cli": "^2.1.4" } }