UNPKG

969 BJSONView Raw
1{
2 "name": "bitcore-ecies",
3 "version": "1.0.0",
4 "description": "ECIES implemented for Bitcore.",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "lint": "gulp lint",
11 "test": "gulp test",
12 "coverage": "gulp coverage",
13 "build": "gulp"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/bitpay/bitcore-ecies.git"
18 },
19 "keywords": [
20 "bitcoin",
21 "bitcore",
22 "ecies",
23 "crypto",
24 "cryptography",
25 "encryption"
26 ],
27 "author": "BitPay",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/bitpay/bitcore-ecies/issues"
31 },
32 "homepage": "https://github.com/bitpay/bitcore-ecies",
33 "devDependencies": {
34 "assert": "^1.1.2",
35 "bitcore-build": "git://github.com/bitpay/bitcore-build.git",
36 "brfs": "^1.2.0",
37 "browserify": "^8.1.0",
38 "chai": "~1.10.0",
39 "gulp": "^3.8.10"
40 },
41 "dependencies": {
42 "aes": "^0.1.0",
43 "bitcore-lib": "^0.13.7"
44 }
45}