-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 866 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
{
"name": "webpack-image-placeholder",
"version": "0.1.4",
"description": "",
"author": "Chaz Gatian <[email protected]> (https://github.com/cgatian)",
"keywords": [
"webpack",
"image",
"resize",
"placeholder",
"LWIP",
"base64",
"datauri"
],
"main": "index.js",
"scripts": {
"test": "webpack-dev-server --port 3000 --config test/webpack.config.js --progress",
"clean": "rimraf test/dist/*"
},
"license": "MIT",
"peerDependencies": {
"jimp": "^0.2.24"
},
"repository": {
"type": "git",
"url": "[email protected]:cgatian/webpack-image-placeholder.git"
},
"devDependencies": {
"datauri": "^1.0.4",
"html-webpack-plugin": "^2.22.0",
"loader-utils": "^0.2.15",
"path": "^0.12.7",
"rimraf": "^2.5.3",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}