-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 870 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@mooniak/encoding-machine",
"version": "1.0.0",
"description": "Interactive exhibition kiosk — shows how machines encode Sinhala, Tamil, and Latin scripts at the glyph level.",
"author": "Mooniak <hello@mooniak.com>",
"license": "MIT",
"private": true,
"homepage": "https://github.com/mooniak/akurugraphy-exhhibition",
"repository": {
"type": "git",
"url": "https://github.com/mooniak/akurugraphy-exhhibition.git"
},
"scripts": {
"start": "open launch-kiosk.command",
"version:patch": "npm version patch --no-git-tag-version",
"version:minor": "npm version minor --no-git-tag-version",
"version:major": "npm version major --no-git-tag-version"
},
"files": [
"index.html",
"style.css",
"main.js",
"words.js",
"font-data.js",
"AbhayaLibreNIGHTLYVF.ttf",
"launch-kiosk.command"
]
}