-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 844 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 844 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
{
"name": "comp-132-139",
"version": "1.0.0",
"description": "Course materials for COMP132 and COMP139 at Camosun College",
"main": null,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camosun-cs/comp-132-139.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/camosun-cs/comp-132-139/issues"
},
"homepage": "https://github.com/camosun-cs/comp-132-139#readme",
"dependencies": {},
"stylelint": {
"plugins": [
"stylelint-scss"
],
"extends": "stylelint-config-recommended-scss",
"rules": {
"indentation": "tab"
}
},
"devDependencies": {
"stylelint": "^13.5.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.17.2"
}
}