-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 819 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 819 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
{
"name": "WizClient-Website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"launch": "nodemon server.js",
"sass-loader": "sass --watch sass/loader.scss css/loader.css",
"sass-container": "sass --watch sass/container.scss css/container.css",
"sass-navbar": "sass --watch sass/navbar.scss css/navbar.css",
"sass-style": "sass --watch sass/style.scss css/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WizClient/WizClient-Website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WizClient/WizClient-Website/issues"
},
"homepage": "https://github.com/WizClient/WizClient-Website#readme",
"dependencies": {
"express": "^4.18.1",
"sass": "^1.54.5"
}
}