forked from bchinfo/bch.info
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1015 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "bch.info",
"version": "1.0.0",
"description": "Bitcoin Cash informational website",
"main": "index.js",
"scripts": {
"test": "echo test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bchinfo/bch.info.git"
},
"keywords": [
"Bitcoin Cash",
"Bitcoin"
],
"author": "Corentin Mercier",
"license": "",
"bugs": {
"url": "https://github.com/bchinfo/bch.info/issues"
},
"homepage": "",
"devDependencies": {
"bootstrap": "^4.5.2",
"browser-sync": "^2.26.12",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-newer": "^1.4.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-sass": "^4.1.0",
"gulp-terser": "^1.3.2",
"jquery": "^3.5.1"
},
"dependencies": {
"bchaddrjs": "^0.4.9",
"gulp-html-i18n": "^0.16.0",
"gulp-htmlmin": "^5.0.1",
"moveto": "^1.8.2",
"node-sass": "^4.14.0",
"qrcode": "^1.4.4"
}
}