-
Notifications
You must be signed in to change notification settings - Fork 121
/
package.json
48 lines (41 loc) · 957 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
41
42
43
44
45
46
47
48
{
"name": "react-native-indicators",
"version": "0.17.0",
"license": "BSD-3-Clause",
"author": "Alexander Nazarov <[email protected]>",
"description": "Activity indicator collection",
"keywords": [
"react",
"react-component",
"react-native",
"ios",
"android",
"activity",
"indicator",
"spinner",
"pacman",
"material"
],
"main": "index.js",
"files": ["index.js", "src/*", "license.txt", "readme.md", "changelog.md"],
"repository": {
"type": "git",
"url": "git://github.com/n4kz/react-native-indicators.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"eslint": "^6.4.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^3.7.0"
},
"scripts": {
"lint": "eslint index.js src example/index.js example/app.js"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}