-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "@logisticinfotech/react-native-animated-alert",
"version": "1.0.11",
"description": "React Native Animated Alert Library",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logisticinfotech/react-native-animated-alert.git"
},
"keywords": [
"React Native",
"React Native Alert",
"Animated Alert",
"Animated",
"Alert",
"Popup Alert",
"Custom Alert"
],
"author": "Shubham Vala",
"license": "MIT",
"bugs": {
"url": "https://github.com/logisticinfotech/react-native-animated-alert/issues"
},
"homepage": "https://github.com/logisticinfotech/react-native-animated-alert#readme",
"dependencies": {
"prop-types": "^15.7.2",
"react-native-pose": "^0.9.1",
"react-native-status-bar-height": "^2.5.0"
},
"devDependencies": {
"@types/react": "^16.8.13",
"typescript": "^3.4.3"
}
}