forked from mariusmonkam/react-native-animated-border
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 723 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 723 Bytes
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
{
"name": "react-native-animated-border",
"version": "1.0.2",
"description": "Add animated border on your react-native component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"animated",
"border",
"color"
],
"author": "Marius Monkam <mariusmonkam@yahoo.fr> (https://marius-monkam.herokuapp.com)",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.59.0"
},
"devDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-native": "^0.63.2"
},
"repository": {
"type": "git",
"url": "https://github.com/MariusMonkam/react-native-animated-border.git"
}
}