12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "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 <david@davidmoodie.com> (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"
- }
|