-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.11 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.11 KB
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
{
"devDependencies": {
"@types/jquery": "^3.5.30"
},
"name": "mini-car-racing",
"version": "5.2.0",
"description": "It's an online game designed for phones and computers",
"main": "./javascript/start.js",
"scripts": {
"compileRaceScss": "sass ./styles/race/styles.scss ./styles/race/styles.css --style compressed",
"compileContactScss": "sass ./styles/contact/styles.scss ./styles/contact/styles.css --style compressed",
"compileCreditsScss": "sass ./styles/credits/styles.scss ./styles/credits/styles.css --style compressed",
"compileForPhonesScss": "sass ./styles/for-phones/styles.scss ./styles/for-phones/styles.css --style compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustCreatedUser/mini-car-racing.git"
},
"keywords": [
"Mini-car-racing",
"netlify",
"game"
],
"author": "Daniel Diril",
"license": "ISC",
"bugs": {
"url": "https://github.com/JustCreatedUser/mini-car-racing/issues"
},
"homepage": "https://github.com/JustCreatedUser/mini-car-racing#readme",
"dependencies": {
"@types/serviceworker": "^0.0.126"
}
}