UNPKG

another-dimension

Version:

A lightweight library for converting units of length

39 lines (38 loc) 970 B
{ "name": "another-dimension", "version": "0.4.9", "description": "A lightweight library for converting units of length", "main": "./another-dimension.js", "exports": "./another-dimension.js", "scripts": { "test": "mocha test.js test.mjs", "test-debug": "mocha --inspect-brk test.js test.mjs", "coverage": "c8 npm test" }, "repository": { "type": "git", "url": "git+https://github.com/floledermann/another-dimension.git" }, "keywords": [ "length", "unit", "units", "conversion", "convert", "imperial", "metric", "pixels", "vision", "ppi", "dpi" ], "author": "Florian Ledermann <florian.ledermann@tuwien.ac.at>", "license": "MIT", "bugs": { "url": "https://github.com/floledermann/another-dimension/issues" }, "homepage": "https://github.com/floledermann/another-dimension#readme", "devDependencies": { "mocha": "^8.3.1" } }