-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1009 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
34
35
36
37
38
39
40
41
42
{
"name": "BlocklyVN8bit",
"version": "0.3.0",
"description": "Uses blockly to generate visual novels for 8bit-Unity",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/haroldo-ok/BlocklyVN8bit"
},
"keywords": [
"blockly",
"visual",
"novel",
"game",
"editor"
],
"author": "Haroldo de Oliveira Pinheiro",
"license": "APACHE",
"bugs": {
"url": "https://github.com/haroldo-ok/BlocklyVN8bit/issues"
},
"homepage": "https://github.com/haroldo-ok/BlocklyVN8bit",
"devDependencies": {
"electron": "22.3.25"
},
"dependencies": {
"alertifyjs": "^1.11.0",
"archiver": "^2.0.3",
"electron-canvas-to-buffer": "^2.0.0",
"fuse.js": "^3.1.0",
"jquery": "^3.2.1",
"lodash": "^4.17.21",
"node-cmd": "^3.0.0",
"rxjs": "^5.4.3",
"sanitize-filename": "^1.6.1",
"topbar": "^0.1.3",
"unzip-stream": "^0.3.2"
}
}