forked from theQRL/block-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "block-explorer",
"version": "1.0.6",
"description": "QRL block explorer",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@theqrl/explorer-helpers": "^0.1.2",
"@theqrl/validate-qrl-address": "^1.1.0",
"babel-runtime": "^6.26.0",
"bech32": "^1.1.3",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"es5-shim": "^4.5.12",
"fs": "0.0.1-security",
"grpc": "^1.17.0",
"jquery-qrcode": "^1.0.0",
"json-formatter-js": "^2.2.1",
"mathjs": "^4.4.2",
"meteor-babel-helpers": "0.0.3",
"meteor-node-stubs": "^0.3.3",
"path": "^0.12.7",
"sha512": "0.0.1",
"tmp": "0.0.33"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/theQRL/block-explorer.git"
},
"keywords": [
"QRL",
"blockchain"
],
"author": "QRL contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/theQRL/block-explorer/issues"
},
"homepage": "https://github.com/theQRL/block-explorer#readme",
"devDependencies": {
"autoprefixer": "^6.7.7"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}