-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 800 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 800 Bytes
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
{
"name": "nermal",
"version": "1.1.3",
"description": "The cutest secure JavaScript authenticated encryption container.",
"main": "nermal.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crdrost/nermal.git"
},
"keywords": [
"crypto",
"cryptography",
"encryption",
"AES",
"scrypt",
"security",
"garfield",
"password",
"authentication",
"auth"
],
"author": "CR Drost <C.R.Drost@gmail.com>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/crdrost/nermal/issues"
},
"homepage": "https://github.com/crdrost/nermal#readme",
"dependencies": {
"js-scrypt-em": "0.0.1",
"sjcl": "^1.0.7"
}
}