UNPKG

react-sticky-footer

Version:

A simple sticky footer component for your React apps

46 lines (45 loc) 1.12 kB
{ "name": "react-sticky-footer", "version": "0.1.0-rc3", "description": "A simple sticky footer component for your React apps", "main": "lib/index.js", "jsnext:main": "es/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "build": "nwb build-react-component", "clean": "nwb clean-module && nwb clean-demo", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server" }, "dependencies": {}, "peerDependencies": { "react": "16.x" }, "devDependencies": { "nwb": "0.21.x", "react": "^16.3.2", "react-dom": "^16.3.2" }, "author": "Daniel Montano <daniel@embusinessproducts.com>", "homepage": "http://www.embusinessproducts.com/blog", "license": "MIT", "bugs": { "url": "https://github.com/embp/react-sticky-footer/issues" }, "repository": "https://github.com/embp/react-sticky-footer.git", "keywords": [ "react", "component", "sticky footer", "footer", "react-sticky-footer" ] }