-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 921 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
{
"author": {
"name": "Yang Zhang",
"email": "evanzhangaus@gmail.com"
},
"bugs": {
"url": "https://github.com/evanzhangaus/react-native-prop-style/issues"
},
"dependencies": {
},
"description": "React Native Prop To Style",
"homepage": "https://github.com/evanzhangaus/react-native-prop-style",
"keywords": [
"react",
"react-native",
"prop-to-style",
"menu",
"ios",
"android"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-prop-style",
"optionalDependencies": {},
"readme": "react-native-prop-style is a based library for convert props to sytle automatically.",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/evanzhangaus/react-native-prop-style.git"
},
"scripts": {},
"version": "0.3.2"
}