add browser test target
This commit is contained in:
parent
709001fd4e
commit
b16f175389
@ -18,3 +18,5 @@ var plainText = new Buffer(cipher.length - sodium.crypto_secretbox_MACBYTES)
|
|||||||
sodium.crypto_secretbox_open_easy(plainText, cipher, nonce, key)
|
sodium.crypto_secretbox_open_easy(plainText, cipher, nonce, key)
|
||||||
|
|
||||||
console.log('Plaintext:', plainText.toString())
|
console.log('Plaintext:', plainText.toString())
|
||||||
|
|
||||||
|
if (typeof window !== 'undefined') window.close()
|
||||||
|
@ -6,7 +6,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"blakejs": "^1.0.1"
|
"blakejs": "^1.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {
|
||||||
|
"browser-run": "^4.0.2",
|
||||||
|
"browserify": "^14.1.0"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"browser": "browserify example.js | browser-run"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mafintosh/sodium-javascript.git"
|
"url": "https://github.com/mafintosh/sodium-javascript.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user