UNPKG

lens-filter-gamma

Version:

Small library to apply a gamma filter to a image

51 lines (50 loc) 1.3 kB
{ "name": "lens-filter-gamma", "version": "0.0.8", "description": "Small library to apply a gamma filter to a image", "main": "dist/lens-filter-gamma.umd.js", "scripts": { "build": "NODE_ENV=production rollup -c", "codecov": "cat coverage/*/lcov.info | codecov", "dev": "NODE_ENV=production rollup -c -w", "sandbox": "NODE_ENV=production rollup -c rollup.dev.config.js -w", "test": "NODE_ENV=test jest --coverage" }, "author": "Ricardo Canastro", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/canastro/lens" }, "bugs": { "url": "https://github.com/canastro/lens/issues" }, "keywords": [ "image", "image-gamma", "filter", "filters", "processing", "manipulation", "gamma", "transformation", "pixel" ], "devDependencies": { "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-jest": "^23.0.1", "codecov.io": "^0.1.6", "eslint": "^4.19.1", "jest": "^23.1.0", "rollup": "^0.59.4", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^9.1.0", "rollup-plugin-node-resolve": "^3.2.0", "rollup-plugin-serve": "^0.4.2", "rollup-plugin-uglify": "^4.0.0" }, "dependencies": { "lens-core": "^0.0.8" } }