KgmWasm/npm/package.json

25 lines
572 B
JSON
Raw Normal View History

2023-01-19 16:19:14 +00:00
{
"name": "@xhacker/kgmwasm",
"version": "1.0.0",
"description": "WASM for Kgm Encryption & Decryption",
"main": "KgmWasmBundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2023-08-28 16:48:04 +00:00
"url": "git+https://github.com/nullptr-0/KgmWasm.git"
2023-01-19 16:19:14 +00:00
},
"keywords": [
"unlock-music",
"kgm",
"WASM"
],
"author": "xhacker-zzz",
"license": "Apache-2.0",
"bugs": {
2023-08-28 16:48:04 +00:00
"url": "https://github.com/nullptr-0/KgmWasm/issues"
2023-01-19 16:19:14 +00:00
},
2023-08-28 16:48:04 +00:00
"homepage": "https://github.com/nullptr-0/KgmWasm#readme"
2023-01-19 16:19:14 +00:00
}