forked from vtam311/react-native-progress
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.48 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.48 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
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
{
"_args": [
[
"react-native-progress",
"/Users/vincetam/Desktop/Code/2016/trybe-mvp"
]
],
"_from": "react-native-progress@latest",
"_id": "react-native-progress@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/react-native-progress",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/react-native-progress-3.1.0.tgz_1473759115283_0.2850792910903692"
},
"_npmUser": {
"email": "joel@oblador.se",
"name": "oblador"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "react-native-progress",
"raw": "react-native-progress",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-progress/-/react-native-progress-3.1.0.tgz",
"_shasum": "775d69fceda3ebbf6b1cdafdf9342c1fbccb8216",
"_shrinkwrap": null,
"_spec": "react-native-progress",
"_where": "/Users/vincetam/Desktop/Code/2016/trybe-mvp",
"author": {
"email": "joel@oblador.se",
"name": "Joel Arvidsson"
},
"bugs": {
"url": "https://github.com/oblador/react-native-progress/issues"
},
"dependencies": {},
"description": "Progress indicators and spinners for React Native using ReactART",
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^6.0.4",
"eslint": "^2.9.0",
"eslint-plugin-react": "^5.0.1"
},
"directories": {},
"dist": {
"shasum": "775d69fceda3ebbf6b1cdafdf9342c1fbccb8216",
"tarball": "https://registry.npmjs.org/react-native-progress/-/react-native-progress-3.1.0.tgz"
},
"gitHead": "9455fa9a1d8d3d1c7a59494a9b19077ca4fae46b",
"homepage": "https://github.com/oblador/react-native-progress",
"keywords": [
"animation",
"bar",
"circle",
"indeterminate",
"ios",
"mobile",
"pie",
"progress",
"progressbar",
"progressindicator",
"react",
"react-component",
"react-native",
"react-native-component",
"spinner",
"ui"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "oblador",
"email": "joel@oblador.se"
}
],
"name": "react-native-progress",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/oblador/react-native-progress.git"
},
"scripts": {
"test": "eslint *.js Shapes"
},
"version": "3.1.0"
}