-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 873 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
{
"name": "text-signature",
"version": "1.1.2",
"description": "A generator for converting your text into a signature image depending on your font style",
"main": "bundle.js",
"scripts": {
"prod": " browserify index.js > bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/seanlon/text-signature"
},
"homepage": "https://github.com/seanlon/text-signature",
"keywords": [
"text",
"signature",
"image",
"base64",
"imagedata",
"source",
"custom",
"external",
"googlefonts",
"cursive",
"robotic",
"fonts",
"generate",
"automatically",
"html5",
"css3",
"css"
],
"author": "seanlon <lseanlon@gmail.com>",
"license": "ISC",
"devDependencies": {
"browserify": "^13.1.0",
"jquery": "^2.1.0"
},
"dependencies": {
"jsdom": "^16.2.2"
}
}