-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·51 lines (51 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.45 KB
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
49
50
51
{
"title": "Portfolio Item",
"name": "startbootstrap-portfolio-item",
"version": "4.1.1",
"description": "A portfolio item HTML template built with Bootstrap",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/portfolio-item",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-portfolio-item/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-portfolio-item.git"
},
"dependencies": {
"bootstrap": "^5.3.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"browser-sync": "^2.29.0",
"fast-check": "^4.3.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"jest": "^30.2.0",
"jsdom": "^27.2.0"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"vendor": "gulp vendor",
"css": "gulp css",
"dev": "gulp dev",
"build": "npm run vendor && npm run css",
"verify-build": "npm run build && npm test"
}
}