-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 907 Bytes
/
package.json
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
{
"name": "chabazite.github.io",
"version": "1.0.0",
"description": "Portfolio Project",
"main": "index.js",
"scripts": {
"compile:sass": "sass --watch scss:assets/css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chabazite/chabazite.github.io.git"
},
"keywords": [
"data-science",
"sass",
"bootstrap"
],
"author": "Andrew Ingalls",
"license": "ISC",
"bugs": {
"url": "https://github.com/chabazite/chabazite.github.io/issues"
},
"homepage": "https://github.com/chabazite/chabazite.github.io#readme",
"devDependencies": {
"sass": "^1.48.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"autoprefixer": "^10.4.2",
"bootstrap": "^5.1.3",
"font-awesome": "^4.7.0",
"imagesloaded": "^5.0.0",
"jquery": "^3.6.0",
"jquery-bridget": "^3.0.1",
"masonry-layout": "^4.2.2"
}
}