UNPKG

684 BJSONView Raw
1{
2 "name": "js-nacl",
3 "version": "1.3.1",
4 "description": "High-level API to libsodium.",
5 "main": "lib/nacl_factory.js",
6 "author": "Tony Garnock-Jones",
7 "keywords": [
8 "encryption",
9 "high-level",
10 "crypto",
11 "networking",
12 "nacl"
13 ],
14 "files": [
15 "package.json",
16 "benchmark.html",
17 "benchmark.js",
18 "BUILDING.md",
19 "nacl_cooked*.js",
20 "README.md",
21 "lib",
22 "test"
23 ],
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/tonyg/js-nacl.git"
27 },
28 "engines": {
29 "node": "*"
30 },
31 "scripts": {
32 "test": "./node_modules/mocha/bin/mocha --ui exports test"
33 },
34 "devDependencies": {
35 "mocha": "^5.2.0"
36 }
37}