forked from adorableio/react-native-animated-ellipsis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 797 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
{
"name": "rn-animated-ellipsis",
"version": "2.1.3",
"description": "A simple, customizable animated dots component ideal for loading screens in React Native apps.",
"main": "index.js",
"author": {
"name": "Thanhal P A",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thanhal-p-a/rn-animated-ellipsis.git"
},
"homepage": "https://github.com/thanhal-p-a/rn-animated-ellipsis",
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"dependencies": {
"prop-types": "^15.5.10",
"babel-preset-stage-2": "^6.24.1",
"deprecated-react-native-prop-types": "^2.3.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1"
}
}