-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
31 lines (31 loc) · 857 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
{
"name": "react-native-animated-message",
"version": "1.0.2",
"description": "A message alert component using animations for react native support for ios and android",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quocnguyenvan/react-native-animated-message.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"message",
"animated",
"alert",
"animation",
"ios",
"android"
],
"author": "Quoc Nguyen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quocnguyenvan/react-native-animated-message/issues"
},
"homepage": "https://github.com/quocnguyenvan/react-native-animated-message#readme"
}