-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
31 lines (31 loc) · 980 Bytes
/
package.json
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
{
"name": "hexo-site",
"version": "2.8.3",
"private": true,
"dependencies": {
"bitcore": "bitpay/bitcore",
"bitcore-channel": "bitpay/bitcore-channel",
"bitcore-ecies": "bitpay/bitcore-ecies",
"bitcore-explorers": "bitpay/bitcore-explorers",
"bitcore-message": "bitpay/bitcore-message",
"bitcore-mnemonic": "bitpay/bitcore-mnemonic",
"bitcore-p2p": "bitpay/bitcore-p2p",
"bitcore-payment-protocol": "bitpay/bitcore-payment-protocol",
"bitcore-playground": "bitpay/bitcore-playground",
"bower": "^1.3.12",
"gulp": "^3.8.10",
"gulp-bower": "0.0.10",
"gulp-shell": "^0.2.10",
"gulp-util": "=3.0.1",
"hexo": "=2.8.3",
"hexo-generator-alias": "^0.1.0",
"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"
}
}