forked from paixaop/node-sodium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 796 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "sodium",
"version": "1.0.22",
"author": "Pedro Paixao <[email protected]>",
"license": "MIT",
"description": "Lib Sodium port for node.js",
"dependencies": {
"nan": "^2.0.9"
},
"devDependencies": {
"istanbul": ">=0.2.6",
"mocha": ">=0.14.1",
"mocha-istanbul": ">=0.2.0",
"node-gyp": ">=1.0.2",
"should": ">=2.1.0"
},
"scripts": {
"test": "make test",
"install": "make sodium"
},
"repository": {
"type": "git",
"url": "https://github.com/paixaop/node-sodium"
},
"keywords": [
"encryption",
"ed25519",
"curve25519",
"NaCl",
"libsodium",
"crypto",
"unique",
"stamp"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
]
}