2017-01-24 10:41:06 +00:00
|
|
|
{
|
|
|
|
"name": "sodium-javascript",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "WIP - a pure javascript version of sodium-native",
|
|
|
|
"main": "index.js",
|
2017-02-12 02:37:17 +00:00
|
|
|
"dependencies": {
|
|
|
|
"blakejs": "^1.0.1"
|
|
|
|
},
|
2017-01-24 10:41:06 +00:00
|
|
|
"devDependencies": {},
|
|
|
|
"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"
|
|
|
|
}
|