-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
36 lines (36 loc) · 836 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
{
"name": "cryptojs-extension",
"version": "0.2.0-dev",
"description": "Some additional crypto functions built on top of CryptoJS",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"uglify-js": "2.4.10"
},
"scripts": {
"build": "node build.js",
"testn": "cd test && node spongent.js",
"test": "cd test && node spongent.js && node neeva.js && node tea.js && node gost28147.js && node gost-streebog.js && node hkdf.js && node blowfish.js && node eax.js && node common.js && node cmac.js && node siv.js && node mode-cfb.js"
},
"keywords": [
"crypto",
"aes",
"siv",
"eax",
"cmac",
"omac",
"cfb",
"cryptojs",
"blowfish",
"neeva",
"tea",
"gost28147",
"hkdf",
"streebog",
"spongent"
],
"author": "artjomb",
"license": "MIT"
}