-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 866 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 866 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
39
40
41
42
{
"name": "@owstack/ecies",
"version": "1.0.3",
"description": "ECIES support for OWS.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/owstack/ecies.git"
},
"keywords": [
"bitcoin",
"btc",
"ecies",
"crypto",
"cryptography",
"encryption"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/owstack/ecies/issues"
},
"homepage": "https://github.com/owstack/ecies",
"dependencies": {
"@owstack/key-lib": "^0.0.41",
"@owstack/ows-common": "0.0.17",
"aes": "^0.1.0"
},
"devDependencies": {
"@owstack/btc-lib": "^0.1.27",
"@owstack/ows-build": "^0.1.5",
"assert": "^1.1.2"
}
}