UNPKG

screencalc

Version:

Calculate data about any display (width, height, ratio, area, density, etc.)

47 lines (46 loc) 1.12 kB
{ "name": "screencalc", "version": "1.0.0", "description": "Calculate data about any display (width, height, ratio, area, density, etc.)", "author": { "name": "Theodore Brown", "email": "theodorejb@outlook.com", "url": "http://theodorejb.me/" }, "license": "MIT", "homepage": "https://github.com/theodorejb/ScreenCalc", "bugs": { "url": "https://github.com/theodorejb/ScreenCalc/issues" }, "repository": { "type": "git", "url": "https://github.com/theodorejb/ScreenCalc.git" }, "keywords": [ "screen", "display", "calculate", "aspect ratio", "area", "density", "ppi", "dpi", "pixels", "width", "height" ], "devDependencies": { "@types/mocha": "^2.2.41", "@types/node": "^7.0.18", "browserify": "^14.3.0", "mocha": "^3.3.0", "typescript": "^2.3.2" }, "scripts": { "watch": "tsc --watch", "prepublish": "tsc && browserify test/ScreenCalcTest.js test/ScreenMathTest.js -o test/browser/testbundle.js", "test": "mocha" }, "typings": "./lib/ScreenCalc.d.ts", "main": "./lib/ScreenCalc" }