canvas-sketch-util-umd
Version:
Utilities for sketching in Canvas, WebGL and generative art
78 lines (77 loc) • 2.14 kB
JSON
{
"name": "canvas-sketch-util-umd",
"version": "1.10.6",
"description": "Utilities for sketching in Canvas, WebGL and generative art",
"main": "./lib/index.js",
"browser": "./lib/index.umd.js",
"module": "./lib/index.es.js",
"license": "MIT",
"author": {
"name": "Christopher Butler",
"email": "christopher.harold.butler@gmail.com",
"url": "https://github.com/ChristopherHButler"
},
"dependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"abs-svg-path": "^0.1.1",
"almost-equal": "^1.1.0",
"array-almost-equal": "^1.0.0",
"clone": "^2.1.2",
"color-luminance": "^2.1.0",
"convert-length": "^1.0.1",
"d3-path": "^1.0.8",
"defined": "^1.0.0",
"float-hsl2rgb": "^1.0.2",
"float-rgb2hsl": "^1.0.1",
"lineclip": "^1.1.5",
"normalize-svg-path": "^1.0.1",
"parse-color": "^1.0.0",
"parse-svg-path": "^0.1.2",
"primitive-quad": "^2.0.0",
"regl": "^1.3.7",
"rollup": "^2.58.3",
"rollup-plugin-terser": "^7.0.2",
"seed-random": "^2.2.0",
"simplex-noise": "^2.4.0",
"svg-path-contours": "^2.0.0"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-plugin-node": "7.0.1",
"semistandard": "^12.0.1",
"tape": "^4.9.1"
},
"scripts": {
"test": "npm run lint && tape test/test-*.js",
"lint": "npm run lint:es5 && npm run lint:es6",
"lint:es6": "semistandard",
"lint:es5": "eslint --parser-options=ecmaVersion:5 --no-eslintrc src/*.js",
"build": "NODE_ENV=production rollup --config",
"prepublish": "rm -rf lib && npm run build"
},
"keywords": [
"genart",
"generative",
"art",
"canvas",
"sketch",
"code",
"canvas-sketch",
"geom",
"geometry",
"random"
],
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "https://github.com/ChristopherHButler/canvas-sketch-util"
},
"homepage": "https://github.com/ChristopherHButler/canvas-sketch-util",
"bugs": {
"url": "https://github.com/ChristopherHButler/canvas-sketch-util/issues"
}
}