webgl-lut-filter
Version:
Use WebGL to render image based on LUT filter image
48 lines (47 loc) • 1.33 kB
JSON
{
"name": "webgl-lut-filter",
"version": "1.1.1",
"description": "Use WebGL to render image based on LUT filter image",
"keywords": [
"webgl",
"lut",
"filter"
],
"main": "webgl-lut-filter.js",
"types": "main.d.ts",
"files": [
"main.d.ts",
"webgl-lut-filter.js"
],
"author": "lijialiangdev@gmail.com",
"license": "MIT",
"homepage": "https://github.com/lijialiang/webgl-lut-filter",
"repository": {
"type": "git",
"url": "git+https://github.com/lijialiang/webgl-lut-filter.git"
},
"bugs": {
"url": "https://github.com/lijialiang/webgl-lut-filter/issues"
},
"scripts": {
"start": "cross-env NODE_ENV=test rollup -c -w",
"prepack": "cross-env NODE_ENV=production rollup -c"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.8",
"@babel/preset-env": "^7.16.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"cross-env": "^5.2.0",
"npm-run-all": "^4.1.5",
"rollup": "^2.51.1",
"rollup-plugin-banner": "^0.2.1",
"rollup-plugin-livereload": "^1.0.1",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.5.4"
}
}