forked from xotahal/react-native-material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 KB
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
{
"name": "react-native-material-ui",
"version": "0.6.3",
"description": "React Native Material Design Components",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "https://github.com/xotahal/react-native-material-ui"
},
"keywords": [
"react-native",
"material",
"design",
"ui",
"components",
"react-component",
"android"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/xotahal/react-native-material-ui/issues"
},
"homepage": "https://github.com/xotahal/react-native-material-ui",
"dependencies": {
"react-native-material-design-styles": "^0.2.6",
"react-native-vector-icons": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.1.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.2.2",
"react": "^15.2.1",
"react-native": "^0.30.0"
}
}