UNPKG

text-security

Version:

Cross-browser alternative to -webkit-text-security

47 lines (46 loc) 1.29 kB
{ "name": "text-security", "version": "3.2.1", "description": "Cross-browser alternative to -webkit-text-security", "main": "text-security.css", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "cp ./output/* .", "postpublish": "git clean -fd" }, "keywords": [ "-webkit-text-security", "conceal", "hide", "dots", "password" ], "repository": { "type": "git", "url": "git+https://github.com/noppa/text-security.git" }, "author": "Oskari Noppa", "license": "SIL", "bugs": { "url": "https://github.com/noppa/text-security/issues" }, "homepage": "https://github.com/noppa/text-security#readme", "files": [ "text-security-circle-compat.eot", "text-security-circle-compat.ttf", "text-security-circle.css", "text-security-circle.woff2", "text-security-circle-compat.woff2", "text-security-disc-compat.eot", "text-security-disc-compat.ttf", "text-security-disc.css", "text-security-disc.woff2", "text-security-disc-compat.woff2", "text-security-square-compat.eot", "text-security-square-compat.ttf", "text-security-square.css", "text-security-square.woff2", "text-security-square-compat.woff2", "text-security.css" ] }