UNPKG

react-tree-menu

Version:
49 lines (48 loc) 975 B
{ "name": "react-tree-menu", "version": "1.5.0", "description": "A tree menu component for React", "main": "index.js", "keywords": [ "react", "tree", "tree menu", "menu", "react-component" ], "directories": { "example": "example" }, "dependencies": { "invariant": "^2.1.1", "lodash": "^3.2.0", "object-assign": "^2.0.0" }, "peerDependencies": { "react": ">=0.14.0" }, "repository": { "type": "git", "url": "git://github.com/MandarinConLaBarba/react-tree-menu" }, "devDependencies": { "grunt": "^0.4.5", "grunt-browserify": "^3.3.0", "grunt-contrib-watch": "^0.6.1", "immutable": "^3.6.2", "react": "^0.14.0", "react-addons-css-transition-group": "^0.14.0", "react-dom": "^0.14.0", "reactify": "^1.0.0" }, "scripts": { "test": "jest" }, "browserify": { "transform": [ "reactify" ] }, "author": "Mandarin Drummond", "license": "MIT" }