forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 981 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
45
46
{
"name": "material-ui",
"author": "Call-em-all Engineering Team",
"version": "0.6.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.2",
"react-draggable2": "^0.4.2",
"react-tap-event-plugin": "^0.1.3"
},
"devDependencies": {
"browserify": "^7.0.3",
"reactify": "^0.17.1",
"react-router": "^0.11.6"
}
}