forked from travismgibson/react-native-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.21 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.21 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
{
"name": "react-native-s3",
"version": "0.0.39",
"description": "A React Native wrapper for AWS S3 SDK",
"main": "./src/index.js",
"files": ["android/", "ios/", "src/", "react-native-s3.podspec"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm test && ./scripts/download-ios.sh 2.5.2 && rm -rf ./ios/RNS3.xcodeproj/xcuserdata ./ios/RNS3.xcodeproj/project.xcworkspace"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frame-One-Software/react-native-s3.git"
},
"keywords": ["react", "native", "aws", "s3", "transferutility"],
"author": "Frame One Software <christopher@frameonesoftware.com>",
"homepage": "https://github.com/Frame-One-Software/react-native-s3.git",
"license": "MIT",
"dependencies": {
"react-native-simple-store": "^1.0.1",
"snake-case": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^5.0.0",
"babel-polyfill": "^6.16.0",
"babel-preset-react-native": "^1.9.0",
"eslint": "~2.2.0",
"eslint-plugin-react": "^4.1.0",
"expect": "^1.20.2",
"mocha": "^3.1.2",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-mock": "^0.2.7"
}
}