-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 787 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
{
"name": "devsoc_bits-goa",
"description": "Bootstrap 4 Black Design",
"version": "1.0.1",
"homepage": "http://creative-tim.com/product/blk-design-system",
"author": "Creative Tim",
"license": "MIT",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.1.0",
"gulp-clean": "^0.3.2",
"gulp-install": "^1.1.0",
"gulp-open": "^3.0.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.3"
},
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Devsoc-BPGC/DevSoc-Website.git"
},
"bugs": {
"url": "https://github.com/Devsoc-BPGC/DevSoc-Website/issues"
},
"dependencies": {
"tilt.js": "^1.2.1"
}
}