-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.02 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.02 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
75
76
77
78
79
{
"_from": "react-native-material-kit@^0.4.1",
"_id": "react-native-material-kit@0.4.1",
"_inBundle": false,
"_integrity": "sha1-vfxHJ+QUaYDhKe5bvrdWXbapGMw=",
"_location": "/react-native-material-kit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-native-material-kit@^0.4.1",
"name": "react-native-material-kit",
"escapedName": "react-native-material-kit",
"rawSpec": "^0.4.1",
"saveSpec": null,
"fetchSpec": "^0.4.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-material-kit/-/react-native-material-kit-0.4.1.tgz",
"_shasum": "bdfc4727e4146980e129ee5bbeb7565db6a918cc",
"_spec": "react-native-material-kit@^0.4.1",
"_where": "/Users/dtown/projects/appcameo",
"author": {
"name": "Yingxin Wu",
"email": "yingxinwu.g@gmail.com"
},
"bugs": {
"url": "https://github.com/xinthink/react-native-material-kit/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Quentin Valmori",
"url": "https://github.com/Crash--"
},
{
"name": "Alexander Price",
"url": "https://github.com/alexprice91"
}
],
"dependencies": {
"ramda": "~0.21.0"
},
"deprecated": false,
"description": "Bringing Material Design to React Native",
"devDependencies": {
"babel-eslint": "^6.0.2",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.3.0",
"gulp": "^3.9.0",
"gulp-docco": "0.0.4"
},
"homepage": "https://github.com/xinthink/react-native-material-kit",
"keywords": [
"react",
"native",
"react-component",
"react-native",
"react-native-component",
"ios",
"android",
"material design",
"MaterialKit"
],
"license": "MIT",
"main": "lib/index.js",
"name": "react-native-material-kit",
"repository": {
"type": "git",
"url": "git://github.com/xinthink/react-native-material-kit.git"
},
"scripts": {
"lint": "eslint lib"
},
"version": "0.4.1"
}