UNPKG

1.77 kBJSONView Raw
1{
2 "name": "@sutton-signwriting/font-ttf",
3 "description": "a javascript package for the browser that generates SVG and PNG images for individual symbols and complete signs",
4 "version": "1.1.0",
5 "keywords": [
6 "truetype",
7 "ttf",
8 "font",
9 "sutton",
10 "signwriting",
11 "sign language",
12 "script",
13 "browser"
14 ],
15 "homepage": "https://sutton-signwriting.github.io/font-ttf/",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/sutton-signwriting/font-ttf.git"
19 },
20 "bugs": "https://github.com/sutton-signwriting/font-ttf/issues",
21 "license": "MIT",
22 "author": {
23 "name": "Steve Slevinski",
24 "email": "slevinski@signwriting.org",
25 "url": "https://SteveSlevinski.me"
26 },
27 "files": [
28 "README.md",
29 "CHANGELOG.md",
30 "LICENSE",
31 "package.json",
32 "signwriting.svg",
33 "index.*",
34 "font/",
35 "fsw/",
36 "swu/"
37 ],
38 "main": "index.min.js",
39 "module": "index.min.mjs",
40 "scripts": {
41 "prebuild": "rimraf index.* font fsw swu; copyfiles --flat src/font/*ttf font",
42 "build": "rollup -c",
43 "docs": "documentation build src/index.js --config documentation.yml -f html -o docs",
44 "postdocs": "node addstyle.js; copyfiles --flat signwriting.png docs",
45 "docs:server": "documentation serve --watch src/index.js --config documentation.yml"
46 },
47 "dependencies": {
48 "@sutton-signwriting/core": "^1.1.0"
49 },
50 "devDependencies": {
51 "@babel/core": "^7.7.4",
52 "@babel/node": "^7.7.4",
53 "@babel/preset-env": "^7.7.4",
54 "copyfiles": "^2.1.1",
55 "documentation": "^12.1.4",
56 "jest": "^24.9.0",
57 "rimraf": "^3.0.0",
58 "rollup": "^1.27.8",
59 "rollup-plugin-babel": "^4.3.3",
60 "rollup-plugin-node-resolve": "^5.2.0",
61 "rollup-plugin-terser": "^5.1.2"
62 }
63}