forked from react-native-progress-view/progress-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.36 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
{
"name": "@react-native-community/react-native-progress-view",
"version": "1.0.0",
"description": "React Native Progress View iOS Library",
"publishConfig": {
"access": "public"
},
"main": "js/index.js",
"scripts": {
"run:ios": "node node_modules/react-native/local-cli/cli.js run-ios --project-path \"./example/ios\"",
"start": "node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD",
"flow": "flow"
},
"peerDependencies": {
"react": "^16.8.3",
"react-native": ">=0.59.5"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/runtime": "^7.4.3",
"babel-jest": "24.7.1",
"babel-plugin-module-resolver": "^3.2.0",
"flow-bin": "^0.86.0",
"jest": "24.7.1",
"metro-react-native-babel-preset": "0.53.1",
"react": "16.8.3",
"react-native": "0.59.5",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/react-native-progress-view.git"
},
"keywords": [
"react-native",
"react native",
"ProgressViewIOS",
"progress",
"progress view"
],
"author": "Kaiden Sin <ksnz93@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/react-native-community/react-native-progress-view#readme"
}