UNPKG

codehs-graphics

Version:

Helpers used to run graphics problems in the CodeHS editor.

27 lines (26 loc) 561 B
{ "name": "codehs-graphics", "version": "1.14.0", "description": "Helpers used to run graphics problems in the CodeHS editor.", "main": "graphicsbase.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "graphics", "codehs", "teaching" ], "dependencies": { "codehs-js-utils": "1.1.9", "browserify-optional": "^1.0.0", "tone": "^0.12.0" }, "browserify": { "transform": [ "browserify-optional" ] }, "author": "CodeHS <hello@codehs.com>", "license": "ISC" }