mirror of
https://github.com/flozz/StackBlur.git
synced 2026-01-18 14:18:38 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "stackblur-canvas",
|
|
"version": "2.1.0",
|
|
"description": "Fast and almost Gaussian blur by Mario Klingemann",
|
|
"main": "dist/stackblur.js",
|
|
"module": "dist/stackblur-es.js",
|
|
"scripts": {
|
|
"start": "opn http://localhost:8081/demo/ && static -p 8081",
|
|
"eslint": "eslint .",
|
|
"rollup": "rollup -c",
|
|
"open-docs": "npm run docs && opn http://localhost:8081/docs/jsdoc/ && static -p 8081",
|
|
"docs": "rm -rf docs/jsdoc/*;jsdoc --pedantic -c docs/jsdoc-config.json src",
|
|
"test": "npm run eslint && npm run rollup && echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/flozz/StackBlur.git"
|
|
},
|
|
"keywords": [
|
|
"stackblur",
|
|
"blur",
|
|
"canvas",
|
|
"gaussian"
|
|
],
|
|
"author": "Mario Klingemann",
|
|
"homepage": "http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html",
|
|
"contributors": [
|
|
"Brett Zamir"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/flozz/StackBlur/issues"
|
|
},
|
|
"engines": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.2",
|
|
"eslint": "5.8.0",
|
|
"eslint-config-standard": "12.0.0",
|
|
"eslint-plugin-import": "2.14.0",
|
|
"eslint-plugin-node": "8.0.0",
|
|
"eslint-plugin-promise": "4.0.1",
|
|
"eslint-plugin-standard": "4.0.0",
|
|
"jsdoc": "^3.5.5",
|
|
"node-static": "^0.7.11",
|
|
"opn-cli": "^3.1.0",
|
|
"rollup": "0.67.0",
|
|
"rollup-plugin-babel": "^4.0.3",
|
|
"rollup-plugin-re": "^1.0.7",
|
|
"rollup-plugin-terser": "^3.0.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|