UNPKG

@pencil.js/math

Version:

Math wrapper for Pencil.js package.

41 lines (40 loc) 975 B
{ "name": "@pencil.js/math", "version": "1.18.0", "description": "Math wrapper for Pencil.js package.", "main": "math.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", "utilities", "mathematic", "arithmetic" ], "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" }