-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 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
{
"name": "d8theming",
"version": "1.0.0",
"description": "Custom Theme for GF",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdortegar/drupal-blank-theme.git"
},
"author": "David Ortega",
"license": "ISC",
"bugs": {
"url": "https://github.com/jdortegar/drupal-blank-theme/issues"
},
"homepage": "https://github.com/jdortegar/drupal-blank-theme#readme",
"devDependencies": {
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.7",
"font-awesome": "^4.7.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"jquery": "^3.4.1",
"popper.js": "^1.15.0"
}
}