UNPKG

755 BJSONView Raw
1{
2 "name": "pui-react-dropdowns",
3 "version": "7.5.2",
4 "description": "A React dropdown component",
5 "main": "dropdowns.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/pivotal-cf/pivotal-ui.git"
9 },
10 "keywords": [
11 "bootstrap",
12 "react",
13 "pivotal ui",
14 "pivotal ui modularized"
15 ],
16 "author": "Pivotal Software, Inc",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/pivotal-cf/pivotal-ui/issues"
20 },
21 "homepage": "http://styleguide.pivotal.io/",
22 "peerDependencies": {
23 "react": ">=15.0.0"
24 },
25 "dependencies": {
26 "babel-runtime": "^6.1.18",
27 "classnames": "^2.1.2",
28 "pui-css-dropdowns": "=7.5.2",
29 "pui-react-iconography": "=7.5.2",
30 "pui-react-mixins": "=7.5.2"
31 }
32}
\No newline at end of file