-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 850 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
{
"name": "react-native-styled-elements",
"version": "1.0.6-rc.50",
"description": "The UI Toolkit for React Native (iOS/Android)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/vinpro24/react-native-styled-elements"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"styled",
"elements",
"ui"
],
"author": "vinpro <hienvinh24@gmail.com> (http://vinxpro.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vinpro24/react-native-styled-elements/issues"
},
"homepage": "https://github.com/vinpro24/react-native-styled-elements#readme"
}