forked from NoroffFEU/css-frameworks-ca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1003 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
{
"name": "css-frameworks-ca",
"version": "0.0.1",
"description": "A starting point for the CSS Frameworks CA project",
"scripts": {
"test": "echo \"We will learn more about testing in the Workflow course\" && exit 1",
"build": "sass src/scss:dist/css",
"watch": "sass --watch src/scss:dist/css & live-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoroffFEU/css-frameworks-ca.git"
},
"keywords": [
"CSS",
"CSS",
"Frameworks",
"Bootstrap",
"SCSS",
"SASS"
],
"author": "Oliver Dipple <oliver.dipple@noroff.no>",
"license": "ISC",
"bugs": {
"url": "https://github.com/NoroffFEU/css-frameworks-ca/issues"
},
"homepage": "https://github.com/NoroffFEU/css-frameworks-ca#readme",
"dependencies": {
"bootstrap": "^5.2.0"
},
"devDependencies": {
"live-server": "^1.2.2",
"sass": "^1.60.0"
}
}