forked from xlanor/react-native-animated-ellipsis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 785 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
{
"name": "@xlanor/react-native-animated-ellipsis",
"version": "2.0.4",
"description": "A simple, customizable animated dots component for use in React Native apps. Ideal for loading screens.",
"main": "dist/AnimatedEllipsis.js",
"scripts": {
"build": "babel src/ -d dist",
"prepare": "npm run build"
},
"author": "Casey Brant <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/xlanor/react-native-animated-ellipsis.git"
},
"homepage": "https://github.com/xlanor/react-native-animated-ellipsis",
"license": "MIT",
"dependencies": {
"prop-types": "^15.5.10",
"babel-preset-stage-2": "^6.24.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1"
}
}