forked from alien9996/react-native-image-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 858 Bytes
/
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
{
"name": "react-native-image-filter",
"version": "1.0.3",
"author": "Alien",
"license": "MIT",
"description": "React native library image processing",
"private": false,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"android",
"library",
"image",
"filter"
],
"repository": {
"type": "git",
"url": "https://github.com/alien9996/ReactNativeImageFilter.git"
},
"bugs": {
"url": "https://github.com/alien9996/ReactNativeImageFilter/issues"
},
"homepage": "https://github.com/alien9996/ReactNativeImageFilter#readme",
"peerDependencies": {
"react-native": ">=0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"dependencies": {},
"devDependencies": {
"metro-react-native-babel-preset": "^0.54.1"
}
}