forked from alexmngn/react-native-image-crop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "react-native-image-crop",
"version": "1.0.2",
"description": "Crop images with React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alexis Mangin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alexmngn/react-native-image-crop.git"
},
"bugs": {
"url": "https://github.com/alexmngn/react-native-image-crop/issues"
},
"homepage": "https://github.com/alexmngn/react-native-image-crop#readme",
"keywords": [
"react",
"native",
"react-native",
"react-component",
"images",
"photos",
"cropping",
"editor",
"ios",
"android"
],
"files": [
"index.js",
"package.json",
"README.md"
],
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"eslint-plugin-react-native": "^2.0.0"
}
}