-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 905 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
{
"name": "Flipstarter.cash",
"version": "0.0.0",
"description": "Flipstarter website",
"main": "gulpfile.js",
"scripts": {
"test": "echo test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flipstarter/flipstarter.cash.git"
},
"keywords": [],
"author": "Corentin Mercier",
"license": "MIT",
"bugs": {
"url": "https://github.com/flipstarter/flipstarter.cash/issues"
},
"homepage": "https://github.com/flipstarter/flipstarter.cash#readme",
"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-newer": "^1.4.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-sass": "^4.1.0"
},
"dependencies": {
"feather-icons": "^4.28.0",
"gulp-html-i18n": "^0.16.0",
"highlight.js": "^10.4.1",
"pattern.css": "^1.0.0"
}
}