-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"name": "react-native-mediapicker",
"version": "0.0.0-development",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "eslint .",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/stoffern/react-native-mediapicker.git"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"android",
"ios",
"cameraroll",
"picker"
],
"author": "stoffern",
"license": "ISC",
"bugs": {
"url": "https://github.com/stoffern/react-native-mediapicker/issues"
},
"dependencies": {
"prop-types": "^15.6.0",
"react-native-image-progress": "^1.0.1",
"react-native-nativebutton": "^0.1.5"
},
"peerDependencies": {
"react": ">=0.14.0 || ^15.0.0",
"react-native": ">=0.25.0"
},
"homepage": "https://github.com/stoffern/react-native-mediapicker#readme",
"devDependencies": {
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.8.0",
"eslint-plugin-react": "^7.4.0",
"jest-cli": "^21.2.1",
"semantic-release": "^8.0.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}