postcss-image-set-generator
Version:
Postcss plugin for generate miniatures image-set()
73 lines (72 loc) • 1.61 kB
JSON
{
"name": "postcss-image-set-generator",
"version": "1.0.0",
"description": "Postcss plugin for generate miniatures image-set()",
"main": "lib/main.js",
"files": [
"lib"
],
"scripts": {
"pretest": "npm run build",
"test": "npm run eslint && mocha",
"eslint": "eslint src test",
"prebuild": "rimraf ./lib",
"build": "babel src --out-dir lib",
"prepublishOnly": "npm run build"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/retyui/postcss-image-set-generator.git"
},
"keywords": [
"retina",
"scale",
"@3x",
"@2x",
"css",
"image-set",
"postcss-plugin",
"image",
"webp",
"png",
"jpg",
"jpeg",
"gif"
],
"author": {
"name": "David Narbutovich",
"email": "vamnemne@gmail.com",
"url": "https://github.com/retyui"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/retyui/postcss-image-set-generator/issues"
},
"homepage": "https://github.com/retyui/postcss-image-set-generator#readme",
"dependencies": {
"assets": "^3.0.0",
"postcss-functions": "^3.0.0",
"sharp": "^0.20.8"
},
"peerDependencies": {
"postcss": "^6.0.0 || ^7.0.0"
},
"devDependencies": {
"postcss": "^7.0.2",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-plugin-add-module-exports": "^1.0.0",
"chai": "^4.1.2",
"eslint": "^5.6.0",
"mocha": "^5.2.0",
"rimraf": "^2.6.2"
},
"engines": {
"node": ">=6.0.0"
}
}