forked from chengxianga2008/node-cryptojs-aes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·27 lines (27 loc) · 828 Bytes
/
package.json
File metadata and controls
executable file
·27 lines (27 loc) · 828 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
{
"author": "Jack Carrick Xiang Cheng <chengxianga2008@yahoo.com> (inovlab.com)",
"name": "node-cryptojs-aes",
"description": "Standalone cryptographic library. A minimalist port of cryptojs javascript library to node.js, that supports AES symmetric key cryptography. node-cryptojs-aes works great on frontend data masking and unmasking.",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git://github.com/chengxianga2008/node-cryptojs-aes.git"
},
"main": "cryptojs.js",
"dependencies": {},
"devDependencies": {},
"keywords": [
"cryptojs",
"aes",
"data masking",
"cryptography",
"frontend",
"encryption"
],
"optionalDependencies": {},
"engines": {
"node": "*"
},
"homepage": "https://github.com/chengxianga2008/node-cryptojs-aes",
"license": "MIT"
}