forked from huiseoul/react-native-fit-image
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "react-native-fit-image",
"version": "1.4.5",
"description": "Responsive image component to fit perfectly itself.",
"main": "src/FitImage.js",
"scripts": {
"lint": "eslint --ext .js .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Den368/react-native-fit-image.git"
},
"keywords": [
"React",
"Native",
"Fit",
"Image",
"Responsive"
],
"author": "Jitae Kim <[email protected]> (http://originerd.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/huiseoul/react-native-fit-image/issues"
},
"homepage": "https://github.com/huiseoul/react-native-fit-image#readme",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-preset-react-native": "^1.7.0",
"enzyme": "^2.3.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-native": "^0.25.1",
"react-native-mock": "^0.2.2",
"sinon": "^1.17.6",
"tap-diff": "^0.1.1",
"tape": "^4.5.1"
},
"babel": {
"presets": [
"react-native"
]
}
}