forked from ladjs/react-native-loading-spinner-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 KB
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
{
"name": "react-native-loading-spinner-overlay",
"description": "The only pure React Native Native iOS and Android loading spinner (progress bar indicator) overlay",
"version": "0.4.2",
"author": "Nick Baugh <niftylettuce@gmail.com>",
"bugs": {
"url": "https://github.com/niftylettuce/react-native-loading-spinner-overlay/issues"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-react-native": "^1.9.0",
"eslint": "^3.2.0",
"eslint-config-crocodile": "^1.0.0",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-react-native": "^1.2.0"
},
"homepage": "https://github.com/niftylettuce/react-native-loading-spinner-overlay",
"keywords": [
"activity",
"android",
"bar",
"full",
"indicator",
"ios",
"loading",
"modal",
"native",
"pop-up",
"popup",
"progress",
"react",
"react-native",
"screen",
"spinner",
"view"
],
"license": "MIT",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/niftylettuce/react-native-loading-spinner-overlay.git"
},
"scripts": {
"lint": "node_modules/.bin/eslint src",
"test": "npm run lint"
}
}