-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 963 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 963 Bytes
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
{
"name": "newsvolt",
"description": "A quickstart pack for html with gulp",
"version": "1.0.0",
"main": "./src/index.twig",
"scripts": {
"start": "gulp"
},
"keywords": [
"html",
"theme"
],
"author": {
"name": "Enamul Haque",
"email": "electronthemes@gmail.com",
"company": "Electron Themes",
"url": "http://electronthemes-ghost.com/"
},
"license": "MIT",
"homepage": "https://gitlab.com/rearclients/goshopsweet#readme",
"devDependencies": {
"browser-sync": "^2.27.10",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-twig": "^1.2.0",
"gulp-uglify": "^3.0.2",
"node-sass": "^7.0.1",
"postcss": "^8.4.20"
},
"dependencies": {
"bootstrap": "^4.5.3"
}
}