UNPKG

1.42 kBJSONView Raw
1{
2 "name": "@sutton-signwriting/font-db",
3 "description": "a javascript package for node that generates SVG and PNG images for individual symbols and complete signs",
4 "version": "1.0.1",
5 "keywords": [
6 "sqlite",
7 "font",
8 "sutton",
9 "signwriting",
10 "sign language",
11 "script",
12 "node"
13 ],
14 "homepage": "https://sutton-signwriting.github.io/font-db/",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/sutton-signwriting/font-db.git"
18 },
19 "bugs": "https://github.com/sutton-signwriting/core/issues",
20 "license": "MIT",
21 "author": {
22 "name": "Steve Slevinski",
23 "email": "slevinski@signwriting.org",
24 "url": "https://SteveSlevinski.me"
25 },
26 "files": [
27 "README.md",
28 "CHANGELOG.md",
29 "LICENSE",
30 "package.json",
31 "signwriting.svg",
32 "db/",
33 "fsw/",
34 "swu/",
35 "server/"
36 ],
37 "main": "index.js",
38 "scripts": {
39 "test": "jest || true",
40 "test:watch": "jest --watchAll || true",
41 "docs": "documentation build index.js --config documentation.yml -f html -o docs",
42 "postdocs": "node addstyle.js",
43 "docs:server": "documentation serve --watch index.js --config documentation.yml",
44 "server": "node server/server.js"
45 },
46 "dependencies": {
47 "@sutton-signwriting/core": "^1.0.2",
48 "sqlite3": "^4.1.0",
49 "svg2img": "^0.6.1"
50 },
51 "devDependencies": {
52 "documentation": "^12.1.2",
53 "jest": "^24.9.0"
54 }
55}
\No newline at end of file