UNPKG

1.2 kBJSONView Raw
1{
2 "name": "@sutton-signwriting/signmaker",
3 "description": "Create and edit signs using Formal SignWriting in ASCII (FSW) or SignWriting in Unicode (SWU)",
4 "version": "1.1.0",
5 "license": "MIT",
6 "author": {
7 "name": "Steve Slevinski",
8 "email": "slevinski@signwriting.org",
9 "url": "https://steve.signwriting.org"
10 },
11 "homepage": "https://sutton-signwriting.github.io/signmaker/",
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/sutton-signwriting/signmaker.git"
15 },
16 "bugs": "https://github.com/sutton-signwriting/signmaker/issues",
17 "keywords": [
18 "SignWriting",
19 "editor",
20 "sign language",
21 "signmaker",
22 "fsw",
23 "swu"
24 ],
25 "files": [
26 "README.*",
27 "CHANGELOG.*",
28 "package.json",
29 "index.*",
30 "demo.*",
31 "noscript.css",
32 "signmaker.png",
33 "/config/*.js",
34 "/config/alphabet/README.md",
35 "/config/alphabet/alphabet-*.js",
36 "/lib/*.js"
37 ],
38 "scripts": {
39 "serve": "serve .",
40 "premd2html": "./version.sh",
41 "md2html": "markdown-it README.md -o README.html;markdown-it CHANGELOG.md -o CHANGELOG.html;"
42 },
43 "devDependencies": {
44 "serve": "^13.0.2",
45 "markdown-it": "^12.3.0"
46 }
47}