-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
33 lines (33 loc) · 886 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
{
"name": "image-compressor",
"version": "2.0.3",
"description": "Frontend javascript module for resizing and compressing images",
"main": "dist/image-compressor.js",
"scripts": {
"prepublish": "npm run build",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/powerbot15/image-compressor.git"
},
"publishConfig": {
"registry":"https://registry.npmjs.org/"
},
"keywords": [
"image resize",
"image-compressor",
"compress image"
],
"author": "Oleh Kastornov",
"license": "MIT",
"bugs": {
"url": "https://github.com/powerbot15/image-compressor/issues"
},
"homepage": "https://github.com/powerbot15/image-compressor#readme",
"devDependencies": {
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}