forked from xinthink/react-native-material-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
38
39
40
41
42
43
44
{
"name": "react-native-material-kit",
"version": "0.4.1",
"description": "Bringing Material Design to React Native",
"main": "lib/index.js",
"author": "Yingxin Wu <[email protected]>",
"contributors": [
"Quentin Valmori (https://github.com/Crash--)",
"Alexander Price (https://github.com/alexprice91)"
],
"license": "MIT",
"keywords": [
"react",
"native",
"react-component",
"react-native",
"react-native-component",
"ios",
"android",
"material design",
"MaterialKit"
],
"homepage": "https://github.com/xinthink/react-native-material-kit",
"bugs": "https://github.com/xinthink/react-native-material-kit/issues",
"repository": {
"type": "git",
"url": "git://github.com/xinthink/react-native-material-kit.git"
},
"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"
},
"dependencies": {
"prop-types": "^15.5.10",
"ramda": "^0.24.1"
},
"scripts": {
"lint": "eslint lib"
}
}