-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 901 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
{
"name": "image-maxsize-webpack-loader",
"version": "1.1.1",
"description": "Just a simple loader to build resize images",
"main": "src/index.js",
"scripts": {
"test-webpack4": "cd test-webpack4; npm install && npm test; cd ..;",
"test-webpack2": "cd test; npm install && npm test; cd ..;",
"test": "npm install && npm run test-webpack2 && npm run test-webpack4"
},
"dependencies": {
"loader-utils": "^1.2.3"
},
"peerDependencies": {
"gm": "^1.23.0",
"webpack": ">= 2"
},
"repository": {
"type": "git",
"url": "https://github.com/shekhei/image-maxsize-webpack-loader"
},
"keywords": [
"image",
"resize",
"webpack",
"loader"
],
"author": "Wong Shek Hei Felix",
"license": "ISC",
"bugs": {
"url": "https://github.com/shekhei/image-maxsize-webpack-loader/issues"
},
"devDependencies": {
"gm": "^1.23.1"
}
}