-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 953 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
36
37
38
39
40
41
{
"name": "react-image-holder",
"version": "2.0.1",
"description": "React image component with offline placeholder fallbacks",
"main": "index.js",
"scripts": {
"build": "gulp",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/hiddentao/react-image-holder.git"
},
"keywords": [
"react",
"image",
"placeholder",
"holder.js"
],
"author": "Ramesh Nair <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hiddentao/react-image-holder/issues"
},
"homepage": "https://github.com/hiddentao/react-image-holder",
"devDependencies": {
"gulp": "~3.8.1",
"gulp-babel": "~5.2.0",
"gulp-uglify": "~0.3.0",
"run-sequence": "~0.3.6"
},
"peerDependencies": {
"react": ">=0.14.7",
"react-dom": "*"
},
"dependencies": {
"holderjs": "~2.8.1",
"lodash": "~4.11.1",
"query-string": "~2.4.0"
}
}