-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 860 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
{
"name": "js-type-text",
"version": "2.0.6",
"description": "A lightweight & fun typing animation built with vanilla JavaScript. Framework agnostic so it works with Vue.js, React, and everything else.",
"main": "index",
"homepage": "https://github.com/kravse/js-type-text",
"author": {
"name": "Jared Krause",
"email": "jared@kravse.dev"
},
"deprecated": false,
"scripts": {
"build": "uglifyjs index.js -c -m -o index.min.js"
},
"keywords": [
"type",
"typing animation",
"typewriter",
"javascript",
"fun",
"silly",
"animation",
"styles"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kravse/js-type-text.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/kravse/js-type-text/issues"
},
"files": [
"index.js",
"index.min.js"
]
}