-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 775 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 775 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
{
"name": "bootstrap 4 components for razor",
"version": "1.0.0",
"private": true,
"license": "MIT",
"keywords": [],
"author": "Jared Steffen",
"dependencies": {
"bootstrap": "4.1.0",
"browser-sync": "2.23.7",
"fancy-log": "1.3.2",
"@fortawesome/fontawesome": "1.1.5",
"fs": "0.0.1-security",
"gulp": "3.9.1",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "5.0.0",
"gulp-watch-sass": "1.4.1",
"jquery": "^3.3.1",
"jquery-validation": "^1.17.0",
"jquery-validation-unobtrusive": "^3.2.9",
"rimraf": "^2.6.2"
}
}