-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "react-native-material-initials",
"version": "1.0.0",
"description": "React Native library to generate Google Inbox style material list icons.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"prepare": "yarn build"
},
"author": {
"name": "IDT Labs",
"email": "[email protected]"
},
"contributors": [
{
"name": "Aryeh Stiefel",
"email": "[email protected]"
},
{
"name": "Filip Woźniczak",
"email": "[email protected]"
}
],
"devDependencies": {
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"typescript": "^3.6.4"
},
"peerDependencies": {
"react": "^16.8.x",
"react-native": "^0.60.x"
},
"keywords": [
"react-native",
"avatar",
"material",
"initials",
"icon"
],
"repository": {
"type": "git",
"url": "git+https://github.com/IDTLabs/react-native-material-initials"
},
"bugs": {
"url": "https://github.com/IDTLabs/react-native-material-initials/issues"
},
"homepage": "https://github.com/IDTLabs/react-native-material-initials#readme"
}