-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 789 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 789 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
31
32
33
34
35
36
37
38
{
"name": "abercompsoc",
"version": "0.1.0",
"dependencies": {
"gulp-cli": "^2.0.1"
},
"devDependencies": {
"bootstrap": "4.3.1",
"browser-sync": "2.26.3",
"del": "3.0.0",
"gulp": "4.0.0",
"gulp-autoprefixer": "5.0.0",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.3",
"gulp-imagemin": "5.0.3",
"gulp-plumber": "1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-uglify": "3.0.1",
"jquery": "3.4.0",
"jquery-ui": "1.12.1",
"popper.js": "1.14.6",
"run-sequence": "2.2.1"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"dev": "gulp"
},
"description": "AberCompSoc ===========",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"author": "",
"license": "ISC"
}