forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 914 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",
"author": "Call-em-all Engineering Team",
"version": "0.3.1",
"description": "Material Design UI components built with React",
"main": "./src/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"material ui"
],
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/callemall/material-ui/issues"
},
"homepage": "http://material-ui.com/",
"browserify": {
"transform": [
[
"reactify",
{
"es6": true
}
]
]
},
"dependencies": {
"react": "^0.12",
"react-tap-event-plugin": "^0.1.3"
},
"devDependencies": {
"browserify": "^6.3.2",
"reactify": "^0.16.0"
}
}