forked from invertase/react-native-material-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "react-native-material-design",
"version": "0.3.8",
"description": "React Native Material Design Components",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint ./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/react-native-material-design/react-native-material-design"
},
"keywords": [
"react-native",
"material",
"design",
"ui",
"components",
"react-component",
"android"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-material-design/react-native-material-design/issues"
},
"homepage": "https://github.com/react-native-material-design/react-native-material-design",
"dependencies": {
"react-native-material-design-styles": "git+https://github.com/react-native-material-design/react-native-material-design-styles.git",
"react-native-vector-icons": "^2.0.1"
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1"
}
}