-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.27 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
52
{
"title": "Nice Engineering",
"name": "startbootstrap-nice",
"version": "4.0.0-beta.2",
"description": "The HTML site for Nice Engineering.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/grayscale",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-grayscale/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Nice Engineering",
"contributors": [
"Jay Melendez",
"Josan Munoz"
],
"repository": {
"type": "git",
"url": "https://github.com/Jmunoz802/nice-bootstrap"
},
"dependencies": {
"angular": "^1.7.5",
"angular-slick-carousel": "^3.1.7",
"bootstrap": "^4.0.0-beta.3",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"jquery.easing": "^1.4.1",
"waypoints": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0-beta.2",
"gulp-clean-css": "3.9.0",
"gulp-concat": "^2.6.1",
"gulp-header": "1.8.9",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "3.0.0"
}
}