-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "material-ui-slider-label",
"author": "Tariq West",
"version": "0.0.1",
"description": "Adds slider value label / info bubble to Material UI Slider.",
"main": "./index.js",
"module": "./index.es.js",
"jsnext:main": "./index.es.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui"
],
"repository": {
"type": "git",
"url": "https://github.com/tariqwest/material-ui-slider-label.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tariqwest/material-ui-slider-label/issues"
},
"homepage": "https://github.com/tariqwest/material-ui-slider-label",
"peerDependencies": {
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-tap-event-plugin": "^2.0.1"
},
"dependencies": {
"material-ui": "^0.18.3",
"babel-runtime": "^6.23.0",
"inline-style-prefixer": "^3.0.2",
"keycode": "^2.1.8",
"lodash.merge": "^4.6.0",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.5.7",
"react-transition-group": "^1.1.2",
"react-event-listener": "^0.4.5",
"recompose": "0.23.4",
"simple-assign": "^0.1.0",
"warning": "^3.0.0"
}
}