UNPKG

@pencil.js/rectangle

Version:

Rectangle shape for Pencil.js package.

43 lines (42 loc) 1.05 kB
{ "name": "@pencil.js/rectangle", "version": "1.18.0", "description": "Rectangle shape for Pencil.js package.", "main": "rectangle.js", "files": [], "sideEffects": false, "scripts": { "test": "nyc --reporter=text ava" }, "ava": { "require": [ "esm" ] }, "repository": { "type": "git", "url": "git+https://github.com/pencil-js/pencil.js.git" }, "publishConfig": { "access": "public" }, "keywords": [ "pencil.js", "shape" ], "dependencies": { "@pencil.js/component": "^1.18.0", "@pencil.js/position": "^1.18.0" }, "author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)", "license": "MIT", "bugs": { "url": "https://github.com/pencil-js/pencil.js/issues" }, "devDependencies": { "ava": "^3.9.0", "esm": "^3.2.25", "nyc": "^15.1.0" }, "gitHead": "2bb5df1af2606d32121eceb765f5823265c32c3f" }