forked from NoroffFEU/css-frameworks-ca
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 677 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 677 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
{
"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"
},
"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"
}