forked from ladjs/react-native-loading-spinner-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.57 KB
/
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
49
50
51
52
53
54
55
56
57
{
"name": "react-native-loading-spinner-overlay",
"version": "0.0.6",
"description": "The only pure React Native Native iOS and Android loading spinner (progress bar indicator) overlay",
"main": "lib/index.js",
"scripts": {
"prepublish": "npm run compile",
"lint": "eslint src",
"test": "npm run lint",
"compile": "npm run test && babel src --modules common --out-dir lib",
"watch": "babel src --watch --modules common --out-dir lib --source-maps"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/niftylettuce/react-native-loading-spinner-overlay.git"
},
"keywords": [
"react",
"native",
"loading",
"spinner",
"indicator",
"ios",
"android",
"modal",
"full",
"screen",
"view",
"react-native",
"progress",
"bar",
"popup",
"pop-up"
],
"author": "Nick Baugh <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/niftylettuce/react-native-loading-spinner-overlay/issues"
},
"homepage": "https://github.com/niftylettuce/react-native-loading-spinner-overlay",
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-eslint": "^4.1.6",
"babel-istanbul": "^0.5.9",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.1.18",
"eslint-plugin-react": "^3.14.0",
"jshint": "^2.8.0"
},
"dependencies": {
"autobind-decorator": "^1.3.3",
"react-native-gifted-spinner": "0.0.3"
}
}