Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 7a0f168

Browse files
committed
Updated package.json
1 parent e60bd62 commit 7a0f168

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@petschko/rpg_maker_mv_decrypter",
2+
"name": "rpg-maker-mv-decrypter",
33
"version": "2.0.0",
44
"description": "You can decrypt RPG-Maker-MV Resource Files (.rpgmvp, .rpgmvm or .rpgmvo) with this project",
55
"keywords": ["rpgmvp", "rpgmvm", "rpgmvo", "restore", "decrypt", "encrypt", "rpgmaker", "rpg maker", "mv", "tool", "offline"],
@@ -21,6 +21,7 @@
2121
"dependencies": {
2222
"file-saver": ">=1.3.2",
2323
"lz-string": ">=1.4.4",
24-
"jszip": ">=3.1.3"
24+
"jszip": ">=3.1.3",
25+
"bootstrap-without-jquery": "0.6.1"
2526
}
2627
}

0 commit comments

Comments
 (0)