-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 975 Bytes
/
package.json
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
29
30
31
32
33
{
"name": "wtvr-dialog-box",
"version": "1.0.0",
"description": "A dialog box using wtvr-expressive-text to display text visual novel-style",
"main": "wtvr-dialog-box.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "es-dev-server --app-index demo.html --compatibility all --node-resolve --open --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wtvr-engine/wtvr-dialog-box.git"
},
"keywords": [
"visual",
"novel",
"text",
"dialog"
],
"author": "John Tiesselune <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wtvr-engine/wtvr-dialog-box/issues"
},
"homepage": "https://github.com/wtvr-engine/wtvr-dialog-box#readme",
"dependencies": {
"lit-element": "^2.2.1",
"wtvr-expressive-text": "git+https://github.com/wtvr-engine/wtvr-expressive-text.git"
},
"devDependencies": {
"es-dev-server": "^1.18.4"
}
}