{ "name": "measure-font", "version": "1.0.0", "description": "Measures the dimensions and baseline offsets of a font in the browser", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "gulp": "gulp" }, "repository": { "type": "git", "url": "http://git.cryto.net/joepie91/measure-font.git" }, "keywords": [ "fonts", "canvas", "measuring", "measurements", "TextMetrics", "measureText", "workaround", "text" ], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": { "default-value": "^1.0.0" }, "devDependencies": { "@joepie91/gulp-preset-es2015": "^1.0.1", "babel-preset-es2015": "^6.6.0", "gulp": "^3.9.1" } }