UNPKG

1.06 kBJSONView Raw
1{
2 "name": "material-ui",
3 "author": "Material-UI Team",
4 "version": "0.20.2",
5 "description": "React Components that Implement Google's Material Design.",
6 "main": "./index.js",
7 "module": "./index.es.js",
8 "jsnext:main": "./index.es.js",
9 "keywords": [
10 "react",
11 "react-component",
12 "material design",
13 "material-ui"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/callemall/material-ui.git"
18 },
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/callemall/material-ui/issues"
22 },
23 "homepage": "http://material-ui.com/",
24 "peerDependencies": {
25 "react": "^15.4.0 || ^16.0.0",
26 "react-dom": "^15.4.0 || ^16.0.0"
27 },
28 "dependencies": {
29 "babel-runtime": "^6.23.0",
30 "inline-style-prefixer": "^3.0.8",
31 "keycode": "^2.1.8",
32 "lodash.merge": "^4.6.0",
33 "lodash.throttle": "^4.1.1",
34 "prop-types": "^15.5.7",
35 "react-event-listener": "^0.6.2",
36 "react-transition-group": "^1.2.1",
37 "recompose": "^0.26.0",
38 "simple-assign": "^0.1.0",
39 "warning": "^3.0.0"
40 }
41}
\No newline at end of file