forked from saurabhdaware/text-to-handwriting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 838 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
{
"name": "text-to-handwriting",
"version": "1.0.0-beta.2",
"description": "Hey everyone! text-to-handwriting is a tool that lets you generate image that looks like handwriting from text.",
"main": "js/app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "cypress run",
"cy": "cypress open",
"dev": "serve ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/saurabhdaware/text-to-handwriting.git"
},
"keywords": [],
"author": "Saurabh Daware <[email protected]> (https://saurabhdaware.in/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/saurabhdaware/text-to-handwriting/issues"
},
"homepage": "https://github.com/saurabhdaware/text-to-handwriting#readme",
"devDependencies": {
"cypress": "^4.4.1",
"serve": "^11.3.0"
}
}