-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 867 Bytes
/
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
{
"name": "react-native-gridstrap",
"description": "The Bootstrap grid implementation for React Native",
"version": "1.1.0",
"main": "src/index.js",
"author": "Luis Felipe Zaguini <luisfelipezaguini@gmail.com> (https://github.com/zaguini)",
"license": "MIT",
"homepage": "https://github.com/zaguini/react-native-gridstrap",
"repository": {
"type": "git",
"url": "https://github.com/zaguini/react-native-gridstrap.git"
},
"bugs": {
"url": "https://github.com/zaguini/react-native-gridstrap/issues",
"email": "luisfelipezaguini@gmail.com"
},
"keywords": [
"react",
"react-native",
"react-component",
"react-native-gridstrap",
"grid",
"boostrap",
"container",
"container-fluid",
"fluid",
"col",
"row"
],
"peerDependencies": {
"react": "^16.0",
"react-native": "^0.51"
}
}