UNPKG

react-npm-menu

Version:

A side menu for the user to navigate around the site. Future versions of this menu will include access controls, that will show / hide items on the menu.

54 lines (53 loc) 1.56 kB
{ "name": "react-npm-menu", "version": "1.5.0", "description": "A side menu for the user to navigate around the site. Future versions of this menu will include access controls, that will show / hide items on the menu.", "main": "lib/components/menu.js", "directories": { "test": "test" }, "scripts": { "test": "npm start", "prepublish": "node_modules/.bin/babel src --out-dir lib", "start": "webpack-dev-server --hot" }, "repository": { "type": "git", "url": "git+https://github.com/lobdev/react-npm-menu.git" }, "keywords": [ "react-component", "menu-component", "react-npm-menu", "react-menu-component", "react-menu" ], "author": "Daffodil", "license": "ISC", "homepage": "https://github.com/lobdev/react-npm-menu.git.git#REQUIREMENTS", "dependencies": { "babel": "^6.5.2", "babel-cli": "^6.10.1", "babel-core": "^6.10.4", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.11.1", "babel-preset-stage-1": "^6.5.0", "browser-sync": "^2.13.0", "color": "^0.11.3", "radium": "^0.18.0", "react": "^15.2.1", "react-bootstrap": "^0.29.5", "react-dom": "^15.2.1", "react-hot-loader": "^1.3.0", "react-inline-style": "^0.1.0", "webpack": "^1.13.1", "webpack-dev-middleware": "^1.6.1", "webpack-dev-server": "^1.14.1", "webpack-hot-middleware": "^2.12.1", "webpack-notifier": "^1.3.0" }, "devDependencies": { "babel-plugin-transform-decorators-legacy": "^1.3.4" } }