-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
49 lines (49 loc) · 1.15 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
45
46
47
48
49
{
"name": "react-native-android-kit",
"version": "1.2.1",
"description": "A set of native Android UI components and modules for React Native framework",
"repository": {
"type": "git",
"url": "git+https://github.com/aybadb/react-native-android-kit.git"
},
"keywords": [
"react",
"react-native",
"react-native-android-kit",
"android",
"android",
"support",
"design",
"support",
"library",
"Button",
"TabLayout",
"FloatingActionButton",
"material-design",
"material",
"design",
"google",
"ayoub",
"adib"
],
"author": "Ayoub ADIB <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aybadb/react-native-android-kit/issues"
},
"homepage": "https://github.com/aybadb/react-native-android-kit#readme",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react-native": ">=0.38.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.12.0",
"eslint-plugin-react": "^6.8.0",
"react": "^15.4.1",
"react-native": "^0.39.2"
}
}