UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@sutton-signwriting/sutton-signwriting",
3 "description": "a website of information and resources about the Sutton SignWriting script",
4 "version": "1.0.1",
5 "license": "CC BY 4.0",
6 "author": {
7 "name": "Steve Slevinski",
8 "url": "https://steve.signwriting.org",
9 "email": "slevinski@signwriting.org"
10 },
11 "homepage": "https://www.sutton-signwriting.io/",
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/sutton-signwriting/sutton-signwriting.git"
15 },
16 "bugs": "https://github.com/sutton-signwriting/sutton-signwriting/issues",
17 "keywords": [
18 "Sutton",
19 "SignWriting",
20 "sign language"
21 ],
22 "files": [
23 "/site/*"
24 ],
25 "scripts": {
26 "start": "mkdocs serve",
27 "build": "mkdocs build -c",
28 "postbuild": "cp docs/img/favicon.ico site/img/favicon.ico",
29 "deploy": "mkdocs build -c -d ../sutton-signwriting.github.io",
30 "postdeploy": "cp docs/img/favicon.ico ../sutton-signwriting.github.io/img/favicon.ico"
31 }
32}