39 lines
958 B
JSON
39 lines
958 B
JSON
{
|
|
"name": "sodium-javascript",
|
|
"version": "0.5.5",
|
|
"description": "WIP - a pure javascript version of sodium-native",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"blake2b": "^2.1.1",
|
|
"nanoassert": "^1.0.0",
|
|
"siphash24": "^1.0.1",
|
|
"xsalsa20": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"browser-run": "^4.0.2",
|
|
"browserify": "^14.1.0",
|
|
"sodium-test": "^0.7.0"
|
|
},
|
|
"browser": {
|
|
"crypto": false
|
|
},
|
|
"react-native": {
|
|
"crypto": "crypto"
|
|
},
|
|
"scripts": {
|
|
"browser": "browserify test.js | browser-run",
|
|
"browser-manual": "browserify test.js | browser-run -p 1234",
|
|
"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"
|
|
}
|