-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.93 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
{
"name": "react-native-insta-photo-studio",
"repository": {
"type": "git",
"url": "https://github.com/olofd/react-native-insta-photo-studio.git"
},
"version": "0.1.0",
"description": "A component for croping/filtering and selecting photos in React-Native",
"author": "Olof Dahlbom [email protected]",
"nativePackage": true,
"license": "MIT",
"homepage": "https://github.com/olofd/react-native-insta-photo-studio",
"keywords": [
"react-native",
"react",
"native",
"camera",
"photo",
"filter",
"open gl",
"code"
],
"dependencies": {
"clamp": "^1.0.1",
"debounce": "^1.0.0",
"deepmerge": "^1.3.2",
"gl-react": "^2.2.9",
"gl-react-blur": "~1.3.0",
"gl-react-color-matrix": "~1.1.0",
"gl-react-contrast-saturation-brightness": "~1.1.0",
"gl-react-hue-rotate": "~1.1.0",
"gl-react-image": "0.0.2",
"gl-react-native": "^2.42.0",
"gl-react-negative": "~1.1.0",
"moment": "^2.17.1",
"moment-duration-format": "^1.3.0",
"promise-queue": "^2.2.3",
"react-native-blur": "^2.0.0",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-circular-progress": "0.0.8",
"react-native-i18n": "^1.0.0",
"react-native-image-resizer": "0.1.0",
"react-native-photos-framework": "^1.0.1",
"react-native-scroll-block-view": "1.0.0",
"react-native-vector-icons": "^4.0.0",
"react-native-video": "git://github.com/olofd/react-native-video.git#react-native-photos-framework"
},
"files": [
"LICENSE",
"src/",
"local-cli/",
"index.js",
"install.js",
"README.md",
"event-emitter.js",
"react-native-photos-framework.podspec",
"react-native-photos-framework.js"
],
"scripts": {
"update": "git add . && git commit -m \"Updated\" && npm version patch && git push --tags && git push origin master && npm publish",
"postinstall": "node install.js"
}
}