-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 887 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
35
{
"name": "react-native-banner-lite",
"version": "1.0.1",
"description": "A banner component with adsorption for React Native. Compatible with iOS and Android.",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"bugs": {
"url": "https://github.com/talisk/react-native-banner-lite/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/talisk/react-native-banner-lite.git"
},
"homepage": "https://github.com/talisk/react-native-banner-lite#readme",
"keywords": [
"react-native",
"banner",
"react-native-banner-lite"
],
"maintainers": [
{
"name": "talisk",
"email": "[email protected]"
}
],
"author": {
"name": "talisk",
"email": "[email protected]",
"url": "http://www.talisk.cn"
},
"license": "MIT"
}