kraken-loader
Version:
Kraken.io image optimisation loader for Webpack 2+
58 lines (57 loc) • 1.38 kB
JSON
{
"name": "kraken-loader",
"version": "0.2.0",
"description": "Kraken.io image optimisation loader for Webpack 2+",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"preversion": "npm run lint",
"test": "NODE_ENV=testing mocha test/*.test.js"
},
"keywords": [
"kraken",
"loader",
"optimisation",
"image",
"kraken.io",
"image-loader",
"webpack",
"webpack-loader",
"minify",
"imagemin"
],
"engines": {
"node": ">=7.6.0"
},
"repository": {
"type": "git",
"url": "http://github.com/tgallacher/kraken-loader.git"
},
"homepage": "http://github.com/tgallacher/kraken-loader",
"author": "Tom Gallacher <thomas.gallacher@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tgallacher/kraken-loader/issues"
},
"dependencies": {
"chalk": "^1.1.3",
"kraken": "^0.3.3",
"loader-utils": "^1.1.0",
"node-fetch": "^1.7.3",
"pretty-bytes": "^4.0.2"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^1.1.11",
"memory-fs": "^0.4.1",
"mocha": "^5.0.4",
"proxyquire": "^2.0.0",
"webpack": "^3.11.0"
}
}