forked from skycryptor/js_proxy
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 739 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
{
"name": "recrypt-js",
"version": "1.1.2",
"description": "JS sdk for Proxy Re-encryption",
"keywords": [
"cryptography",
"proxy re-encryption",
"transform-encryption",
"ecc"
],
"homepage": "https://github.com/yjjnls/js_proxy",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"author": "gegham,yjjnls",
"repository": {
"type": "git",
"url": "https://github.com/yjjnls/js_proxy"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^2.0.0"
},
"dependencies": {
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"elliptic": "^6.5.1",
"grunt-minified": "0.0.6",
"js-sha256": "^0.9.0",
"sha256": "^0.2.0"
}
}