-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.37 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-srcset-image",
"version": "1.1.1",
"description": "react-srcset-image React component : create srcset images + blur loading",
"author": "Julien Bouquillon <julien@revolunet.com>",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"deploy": "gh-pages -d demo/dist",
"postpublish": "npm run deploy"
},
"dependencies": {},
"peerDependencies": {
"react": "15.x"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"jimp": "^0.2.28",
"nwb": "0.15.x",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-github-corner": "^0.3.0",
"responsive-loader": "github:revolunet/responsive-loader#acae10d66ee34b1dde08edf914deb0c605d90705"
},
"repository": {
"type": "git",
"url": "https://github.com/revolunet/react-srcset-image.git"
},
"homepage": "https://revolunet.github.io/react-srcset-image/",
"bugs": {
"url": "https://github.com/revolunet/react-srcset-image/issues"
},
"keywords": [
"react-component",
"image",
"srcset",
"mobile",
"webpack"
]
}