UNPKG

comicaljs

Version:

Edit cartoon bubble frames around an HTML element

30 lines (29 loc) 755 B
{ "name": "comicaljs", "//version": "major and minor come from here, the patch number comes from TeamCity", "version": "0.3.100", "description": "Edit cartoon bubble frames around an HTML element", "main": "dist/index.js", "types": "dist/index.d.ts", "//files": "we get package.json, README, and LICENSE automatically. Use `npm pack` to test.", "files": [ "dist/" ], "keywords": [ "comic", "balloon", "speech bubbles" ], "author": "SIL Bloom Team & Contributors", "license": "MIT", "private": false, "repository": "https://github.com/BloomBooks/comical-js.git", "dependencies": { "paper": "0.12.8" }, "packageManager": "yarn@1.22.19", "volta": { "node": "16.20.2", "yarn": "1.22.19" } }