UNPKG

1.74 kBJSONView Raw
1{
2 "name": "@sutton-signwriting/font-ttf",
3 "description": "a javascript package for the web components and browser that generates SVG and PNG images for individual symbols and complete signs",
4 "version": "1.3.2",
5 "keywords": [
6 "truetype",
7 "ttf",
8 "font",
9 "sutton",
10 "signwriting",
11 "sign language",
12 "script",
13 "browser"
14 ],
15 "homepage": "https://www.sutton-signwriting.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": "npx 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": "npx documentation serve --watch src/index.js --config documentation.yml"
46 },
47 "dependencies": {
48 "@sutton-signwriting/core": "^1.4.0"
49 },
50 "devDependencies": {
51 "@babel/core": "^7.7.4",
52 "@babel/node": "^7.7.4",
53 "@babel/preset-env": "^7.7.4",
54 "@rollup/plugin-babel": "^5.3.1",
55 "@rollup/plugin-node-resolve": "^13.1.3",
56 "copyfiles": "^2.1.1",
57 "rimraf": "^3.0.0",
58 "rollup": "^2.68.0",
59 "rollup-plugin-terser": "^7.0.2"
60 }
61}