forked from noppa/text-security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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"
]
}