forked from MrToph/react-native-countdown-circle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 977 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
32
33
34
35
36
37
38
39
40
{
"name": "react-native-countdown-circle",
"version": "3.0.0",
"description": "A light-weight countdown circle indicator for React Native.",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git@github.com:MrToph/react-native-countdown-circle.git"
},
"keywords": [
"react",
"react native",
"percentage",
"circle",
"countdown",
"timer",
"indicator"
],
"author": "Christoph Michel",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
}
}