50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "sodium-javascript",
|
|
"version": "0.6.0",
|
|
"description": "WIP - a pure javascript version of sodium-native",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"blake2b": "^2.1.1",
|
|
"chacha20-universal": "^1.0.4",
|
|
"nanoassert": "^2.0.0",
|
|
"sha256-wasm": "^1.3.0",
|
|
"sha512-wasm": "^1.2.0",
|
|
"siphash24": "^1.0.1",
|
|
"xsalsa20": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"browser-run": "^7.0.2",
|
|
"browserify": "^16.5.1",
|
|
"sodium-test": "^0.9.0",
|
|
"standard": "^14.3.4",
|
|
"tape-run": "^7.0.0"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"/internal/**/*.js"
|
|
]
|
|
},
|
|
"browser": {
|
|
"crypto": false
|
|
},
|
|
"react-native": {
|
|
"crypto": "crypto"
|
|
},
|
|
"scripts": {
|
|
"browser": "browserify test.js | browser-run",
|
|
"browser-manual": "browserify test.js | tape-run",
|
|
"pretest": "standard",
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mafintosh/sodium-javascript.git"
|
|
},
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/sodium-javascript/issues"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/sodium-javascript"
|
|
}
|