forked from invertase/react-native-material-design
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.4 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.4 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"_args": [
[
"github:shchepinsky/react-native-material-design#viewproptype-fix",
"/Users/timhemmer/dev/FE_CAB2"
]
],
"_from": "github:shchepinsky/react-native-material-design#viewproptype-fix",
"_id": "react-native-material-design@github:shchepinsky/react-native-material-design#b0d049d99ebae1c38489bcbdcc43138ed94845e7",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-material-design",
"_phantomChildren": {
"code-point-at": "1.1.0",
"decamelize": "1.2.0",
"lodash": "4.17.15",
"number-is-nan": "1.0.1",
"os-locale": "2.1.0",
"prop-types": "15.7.2",
"read-pkg-up": "2.0.0",
"require-directory": "2.1.1",
"set-blocking": "2.0.0",
"which-module": "2.0.0"
},
"_requested": {
"type": "git",
"raw": "github:shchepinsky/react-native-material-design#viewproptype-fix",
"rawSpec": "github:shchepinsky/react-native-material-design#viewproptype-fix",
"saveSpec": "github:shchepinsky/react-native-material-design#viewproptype-fix",
"fetchSpec": null,
"gitCommittish": "viewproptype-fix"
},
"_requiredBy": [
"/"
],
"_resolved": "github:shchepinsky/react-native-material-design#b0d049d99ebae1c38489bcbdcc43138ed94845e7",
"_spec": "github:shchepinsky/react-native-material-design#viewproptype-fix",
"_where": "/Users/timhemmer/dev/FE_CAB2",
"bugs": {
"url": "https://github.com/react-native-material-design/react-native-material-design/issues"
},
"dependencies": {
"react-native-material-design-styles": "git+https://github.com/react-native-material-design/react-native-material-design-styles.git",
"react-native-vector-icons": "^4.4.2"
},
"description": "React Native Material Design Components",
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1"
},
"homepage": "https://github.com/react-native-material-design/react-native-material-design",
"keywords": [
"react-native",
"material",
"design",
"ui",
"components",
"react-component",
"android"
],
"license": "MIT",
"main": "lib/index.js",
"name": "react-native-material-design",
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-material-design/react-native-material-design.git"
},
"scripts": {
"lint": "eslint ./lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.3.8"
}