-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
35 lines (35 loc) · 910 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
{
"name": "type-write",
"version": "1.0.2",
"description": "A javascript typewriter library which animates the typing, deleting, and selecting of text on a page",
"main": "src/typewrite.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"uglify": "uglifyjs src/typewrite.js -o dist/typewrite.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrvautin/typewrite.git"
},
"keywords": [
"typewrite",
"typewriter",
"jquery",
"animate",
"typing",
"type",
"text",
"delete text",
"animate typing",
"select text"
],
"author": "Mark Moffat <[email protected]> (https://markmoffat.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrvautin/typewrite/issues"
},
"homepage": "https://github.com/mrvautin/typewrite#readme",
"dependencies": {
"uglify-js": "^2.7.5"
}
}