forked from alextanhongpin/compress.js
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 1.34 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
{
"name": "client-compress",
"version": "2.2.2",
"description":
"A client side JavaScript image compression library. Forked from compress.js (alextanhongpin), and improved rewrite by David Moodie.",
"main": "dist/index.js",
"files": ["dist/index.js"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p --config webpack.config.js",
"watch":
"webpack --config webpack.config.js --watch -o example_test/out/index.js --mode development --devtool source-map",
"precommit": "pretty-quick --staged"
},
"author": "David Moodie <[email protected]> (https://davidmoodie.com)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"husky": "^0.14.3",
"prettier": "1.12.1",
"pretty-quick": "^1.4.1",
"webpack": "^4.7.0",
"webpack-cli": "^2.1.2"
},
"dependencies": {
"babel-runtime": "^6.26.0"
},
"keywords": ["javascript", "image", "compression", "base64"],
"repository": "github:davejm/client-compress",
"homepage": "https://github.com/davejm/client-compress",
"bugs": "https://github.com/davejm/client-compress/issues"
}