forked from bitpay/bitcore.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 786 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 786 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
{
"name": "hexo-site",
"version": "2.8.3",
"private": true,
"dependencies": {
"bitcore": "bitpay/bitcore",
"bitcore-p2p": "bitpay/bitcore-p2p",
"bitcore-payment-protocol": "bitpay/bitcore-payment-protocol",
"bitcore-ecies": "bitpay/bitcore-ecies",
"bitcore-mnemonic": "bitpay/bitcore-mnemonic",
"bitcore-channel": "bitpay/bitcore-channel",
"bitcore-explorers": "bitpay/bitcore-explorers",
"gulp": "^3.8.10",
"gulp-shell": "^0.2.10",
"gulp-util": "=3.0.1",
"hexo": "=2.8.3",
"hexo-gfm-links": "0.0.1",
"hexo-renderer-ejs": "0.1.0",
"hexo-renderer-marked": "0.1.0",
"hexo-renderer-stylus": "0.1.0",
"jsdoc-to-markdown": "=0.5.9",
"more-fs": "=0.5.0",
"run-sequence": "^1.0.2",
"through2": "=0.6.3"
}
}