@sutton-signwriting/signmaker
Version:
Create and edit signs using Formal SignWriting in ASCII (FSW) or SignWriting in Unicode (SWU)
48 lines (47 loc) • 1.2 kB
JSON
{
"name": "@sutton-signwriting/signmaker",
"description": "Create and edit signs using Formal SignWriting in ASCII (FSW) or SignWriting in Unicode (SWU)",
"version": "1.1.0",
"license": "MIT",
"author": {
"name": "Steve Slevinski",
"email": "slevinski@signwriting.org",
"url": "https://steve.signwriting.org"
},
"homepage": "https://sutton-signwriting.github.io/signmaker/",
"repository": {
"type": "git",
"url": "git+https://github.com/sutton-signwriting/signmaker.git"
},
"bugs": "https://github.com/sutton-signwriting/signmaker/issues",
"keywords": [
"SignWriting",
"editor",
"sign language",
"signmaker",
"fsw",
"swu"
],
"files": [
"README.*",
"CHANGELOG.*",
"package.json",
"index.*",
"demo.*",
"noscript.css",
"signmaker.png",
"/config/*.js",
"/config/alphabet/README.md",
"/config/alphabet/alphabet-*.js",
"/lib/*.js"
],
"scripts": {
"serve": "serve .",
"premd2html": "./version.sh",
"md2html": "markdown-it README.md -o README.html;markdown-it CHANGELOG.md -o CHANGELOG.html;"
},
"devDependencies": {
"serve": "^13.0.2",
"markdown-it": "^12.3.0"
}
}