unblur
Version:
Fixes blurry text on WebKit-based browsers
29 lines (28 loc) • 604 B
JSON
{
"name": "unblur",
"version": "0.6.0",
"description": "Fixes blurry text on WebKit-based browsers",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf lib && tsc",
"build-publish": "sh build/publish.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/inker/unblur"
},
"keywords": [
"blurry",
"chrome",
"translate3d",
"text",
"webkit"
],
"author": "Anton Veselyev",
"license": "ISC",
"devDependencies": {
"typescript": "^2.7.2"
}
}