canvas-sketch-util
Version:
Utilities for sketching in Canvas, WebGL and generative art
66 lines (65 loc) • 1.7 kB
JSON
{
"name": "canvas-sketch-util",
"version": "1.10.0",
"description": "Utilities for sketching in Canvas, WebGL and generative art",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"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",
"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 *.js lib/*.js"
},
"keywords": [
"genart",
"generative",
"art",
"canvas",
"sketch",
"code",
"canvas-sketch",
"geom",
"geometry",
"random"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/canvas-sketch-util.git"
},
"homepage": "https://github.com/mattdesl/canvas-sketch-util",
"bugs": {
"url": "https://github.com/mattdesl/canvas-sketch-util/issues"
}
}