forked from KyleAMathews/react-retina-image
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "react-retina-image",
"description": "React component for serving high-resolution images to devices with retina displays",
"version": "2.0.4",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/KyleAMathews/react-retina-image/issues"
},
"dependencies": {
"array-equal": "^1.0.0",
"image-exists": "^1.1.0",
"is-retina": "^1.0.3",
"object-assign": "^4.1.0",
"prop-types": "^15.5.6",
"react": "^15.5.3",
"react-dom": "^15.5.3"
},
"devDependencies": {
"cjsx-loader": "^3.0.0",
"coffee-loader": "^0.7.2",
"coffee-react": "^5.0.0",
"coffee-script": "^1.11.0",
"css-loader": "^0.25.0",
"gulp": "^3.9.1",
"react": "^15.5.6",
"react-dom": "^15.5.6",
"react-hot-loader": "^1.2.6",
"style-loader": "^0.13.1",
"underscore": "^1.8.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
},
"directories": {
"example": "examples"
},
"homepage": "https://github.com/KyleAMathews/react-retina-image",
"keywords": [
"image",
"react",
"react-component",
"retina"
],
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/KyleAMathews/react-retina-image.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "./node_modules/.bin/webpack-dev-server --hot"
}
}