-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 898 Bytes
/
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
{
"name": "typecadence",
"description": "Typing animation library that automatically mimics the flaws a human typist",
"version": "1.0.8",
"license": "CC0-1.0",
"author": {
"name": "Cole Marshall",
"url": "https://colemarshall.net/"
},
"homepage": "https://typecadence.colemarshall.net/",
"main": "dist/typecadence.js",
"repository": "github:ccmars/typecadence",
"bugs": {
"url": "https://github.com/ccmars/typecadence/issues"
},
"funding": [
{
"type": "kofi",
"url": "https://ko-fi.com/ccmars"
},
{
"type": "github",
"url": "https://github.com/sponsors/ccmars"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"typing",
"animation",
"automatic",
"typewriter",
"human-like",
"natural",
"simulation",
"realistic",
"lightweight",
"user-friendly",
"javascript",
"typescript",
"library"
]
}