forked from mohammedhammoud/react-native-hud-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 853 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
{
"name": "react-native-hud-view",
"version": "1.2.2",
"description": "HudView is a React Native Component for showing HUDs. HudView is based on react-native-vector-icons but can also be used with custom components.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/iktw/react-native-hud-view.git",
"keywords": [
"react-native",
"react-native-component",
"react-component",
"react",
"native",
"hud",
"ios",
"android"
],
"author": "Mohammed Hammoud",
"license": "MIT",
"bugs": {
"url": "https://github.com/iktw/react-native-hud-view/issues"
},
"homepage": "https://github.com/iktw/react-native-hud-view#readme",
"dependencies": {
"prop-types": "^15.5.10",
"react-native-vector-icons": "^4.3.0"
}
}