-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 874 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 874 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
{
"name": "clock-app",
"version": "1.1.0",
"description": "An aesthetic clock app.",
"browser": "index.js",
"homepage": "https://github.com/SLundquist/Clock-App",
"bugs": {
"url": "https://github.com/SLundquist/Clock-App/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"author": "Silas Lundquist <silaslundquist@gmail.com> (slundquist.github.io)",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.17.0",
"browser-sync": "^3.0.3",
"eslint": "^9.17.0",
"eslint-config-google": "^0.14.0",
"globals": "^15.14.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^6.0.0",
"gulp-terser": "^2.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"sass": "^1.83.1"
}
}