forked from remobile/react-native-marquee-label
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 752 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": "@remobile/react-native-marquee-label",
"version": "1.0.3",
"description": "A marquee label for react-native",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"marquee",
"label",
"remobile",
"mobile"
],
"homepage": "https://github.com/remobile/react-native-marquee-label",
"bugs": {
"url": "https://github.com/remobile/react-native-marquee-label/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/remobile/react-native-marquee-label.git"
}
}