{
  "name": "xsalsa20",
  "version": "1.2.0",
  "description": "XSalsa20 implemented in Javascript and WebAssembly",
  "main": "index.js",
  "devDependencies": {
    "b4a": "^1.1.3",
    "tape": "^4.6.3",
    "wasm-tools": "^0.2.0"
  },
  "scripts": {
    "test": "tape test.js",
    "compile": "wasm-to-js -sf cjs xsalsa20.wat > xsalsa20.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/xsalsa20.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/xsalsa20/issues"
  },
  "homepage": "https://github.com/mafintosh/xsalsa20"
}
