UNPKG

react-sticky-scroll-spy

Version:
47 lines (46 loc) 1.33 kB
{ "name": "react-sticky-scroll-spy", "version": "1.0.16", "description": "React component for sticking nav bar and scroll spy", "main": "dist/build.js", "scripts": { "start": "webpack-dev-server --progress", "build": "babel src/react-sticky-scroll-spy.js --out-file dist/build.js" }, "repository": { "type": "git", "url": "git+https://github.com/nitinkushwaha/react-sticky-scroll-spy.git" }, "keywords": [ "react", "sticky", "scroll-spy" ], "author": "nitin@kushwaha.me", "license": "MIT", "bugs": { "url": "https://github.com/nitinkushwaha/react-sticky-scroll-spy/issues" }, "homepage": "https://github.com/nitinkushwaha/react-sticky-scroll-spy#readme", "devDependencies": { "autoprefixer": "^6.3.6", "babel-cli": "^6.9.0", "babel-core": "^6.8.0", "babel-loader": "^6.2.4", "babel-plugin-react-transform": "^2.0.2", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "css-loader": "^0.23.1", "extract-text-webpack-plugin": "^1.0.1", "html-webpack-plugin": "^2.16.1", "postcss-loader": "^0.9.1", "react-transform-hmr": "^1.0.4", "style-loader": "^0.13.1", "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1", "react": "^0.14.0", "react-dom": "^0.14" }, "dependencies": { } }