Browse Source

update license

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
f8f8debfeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      qortal-ui-crypto/package.json

6
qortal-ui-crypto/package.json

@ -1,6 +1,7 @@
{ {
"name": "qortal-ui-crypto", "name": "qortal-ui-crypto",
"version": "2.1.0", "version": "2.1.0",
"description": "QORTAL-UI Crypto",
"keywords": [ "keywords": [
"QORT", "QORT",
"QORTAL", "QORTAL",
@ -14,7 +15,10 @@
"directory": "qortal-ui-crypto" "directory": "qortal-ui-crypto"
}, },
"author": "QORTAL <[email protected]>", "author": "QORTAL <[email protected]>",
"license": "GPL-3.0", "license": {
"type": "GPL-3.0",
"url" : "https://opensource.org/licenses/GPL-3.0"
},
"dependencies": { "dependencies": {
"asmcrypto.js": "^2.3.2", "asmcrypto.js": "^2.3.2",
"buffer": "^6.0.3", "buffer": "^6.0.3",

Loading…
Cancel
Save