-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "bitcoincashnode.org",
"version": "1.0.0",
"description": "Bitcoin Cash Node website.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "echo test"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/bitcoin-cash-node/BCHN-SW/bchnode-web.git"
},
"keywords": [
"BitcoinCash",
"Bitcoin"
],
"author": "Corentin Mercier",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/bitcoin-cash-node/BCHN-SW/bchnode-web/issues"
},
"homepage": "https://bitcoincashnode.org",
"devDependencies": {
"aos": "^3.0.0-beta.6",
"bootstrap": "^4.5.3",
"browser-sync": "^2.26.13",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-data": "^1.3.1",
"gulp-html-i18n": "^0.16.0",
"gulp-newer": "^1.4.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-sass": "5.1.0",
"minimist": "^1.2.5",
"pattern.css": "^1.0.0"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"gulp-concat": "^2.6.1",
"gulp-terser": "^1.4.0",
"jquery": "^3.5.1",
"sass": "^1.52.1",
"techy-cms": "^2.0.0"
}
}