-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "my-bootstrap4-website",
"version": "1.0.0",
"description": "My website running on Bootstrap4 using AngularJS",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/castab/My-Bootstrap4-Website.git"
},
"author": "Brayan Castaneda",
"license": "ISC",
"bugs": {
"url": "https://github.com/castab/My-Bootstrap4-Website/issues"
},
"homepage": "https://github.com/castab/My-Bootstrap4-Website#readme",
"dependencies": {
"angular": "^1.8.0",
"angular-animate": "^1.7.9",
"angular-route": "^1.7.9",
"bootstrap": "^4.4.1",
"jquery": "^3.5.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"browser-sync": "^2.26.14",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-deporder": "^1.2.0",
"gulp-html-replace": "^1.6.2",
"gulp-htmlclean": "^2.7.22",
"gulp-imagemin": "^5.0.3",
"gulp-newer": "^1.4.0",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0"
}
}