forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1009 Bytes
/
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
44
{
"name": "material-ui-with-sass",
"author": "Kabir Sarin",
"version": "0.1.17",
"description": "",
"main": "./src/index",
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"material ui",
"material ui sass",
"material-ui-with-sass",
"material ui with sass"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sarink/material-ui-with-sass.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sarink/material-ui-with-sass/issues"
},
"homepage": "https://github.com/sarink/material-ui-with-sass#readme",
"dependencies": {
"classnames": "^1.2.0",
"react-draggable2": "^0.5.1",
"underscore": "^1.8.3"
},
"peerDependencies": {
"react": ">=0.13 || 0.14.0-beta1"
},
"devDependencies": {
"browserify": "^7.0.3",
"react-router": "^0.13",
"react-tools": "^0.13",
"reactify": "^0.17.1"
},
"directories": {
"doc": "docs",
"example": "example"
}
}