forked from RealOrangeOne/react-native-busy-indicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.41 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"_args": [
[
{
"name": "react-native-busy-indicator",
"raw": "react-native-busy-indicator",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"f:\\HuoBanYunApp\\HuoBanYunApp"
]
],
"_cnpm_publish_time": 1470048930316,
"_from": "react-native-busy-indicator@latest",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/react-native-busy-indicator",
"_nodeVersion": "5.12.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/react-native-busy-indicator-1.0.9.tgz_1470048929661_0.9843393145129085"
},
"_npmUser": {
"email": "[email protected]",
"name": "theorangeone"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "react-native-busy-indicator",
"raw": "react-native-busy-indicator",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/react-native-busy-indicator/download/react-native-busy-indicator-1.0.9.tgz",
"_shasum": "c614bbf5b9f2836d6663cf83013b62922d9fc552",
"_shrinkwrap": null,
"_spec": "react-native-busy-indicator",
"_where": "f:\\HuoBanYunApp\\HuoBanYunApp",
"author": {
"name": "Durgaprasad Budhwani"
},
"bugs": {
"url": "https://github.com/RealOrangeOne/react-native-busy-indicator/issues"
},
"dependencies": {},
"description": "A simple busy indicator which can be trigger from any child or navigated page in react native application",
"devDependencies": {
"babel-cli": "=6.11.4",
"babel-eslint": "=4.1.7",
"babel-polyfill": "=6.9.1",
"babel-preset-react-native": "=1.8.0",
"chai": "=3.5.0",
"enzyme": "=2.4.1",
"eslint": "=1.10.3",
"eslint-plugin-react": "=3.14.0",
"eslint-plugin-react-native": "=1.0.2",
"jsdom": "=9.4.1",
"mocha": "=2.5.3",
"react": "=15.1.0",
"react-dom": "=15.1.0",
"react-native": "=0.26.0",
"react-native-mock": "=0.2.5",
"sinon": "=1.17.4",
"sinon-chai": "=2.8.0"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "c614bbf5b9f2836d6663cf83013b62922d9fc552",
"size": 257363,
"tarball": "http://registry.npm.taobao.org/react-native-busy-indicator/download/react-native-busy-indicator-1.0.9.tgz"
},
"gitHead": "b746f4bf0869a749ce7301b25c195f960dba199c",
"homepage": "https://github.com/RealOrangeOne/react-native-busy-indicator#readme",
"keywords": [
"react",
"native",
"busy",
"indicator",
"loading",
"indicator",
"ios",
"android",
"react-component",
"react-native"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "[email protected]",
"name": "durgaprasad"
}
],
"name": "react-native-busy-indicator",
"optionalDependencies": {},
"peerDependencies": {
"react-native": ">=0.25.0"
},
"publish_time": 1470048930316,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/RealOrangeOne/react-native-busy-indicator.git"
},
"scripts": {
"lint": "eslint index.js LoaderHandler.js",
"mocha": "mocha --require babel-core/register scripts/test-helper.js --bail 'tests/**/*.test.js'",
"test": "npm run lint && npm run mocha"
},
"version": "1.0.9"
}