-
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) · 791 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 791 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": "www-gavinmogan-com-2",
"version": "1.0.0",
"description": "Small docker app to manage redirecting legacy content, and serve small files",
"main": "tailwind.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halkeye/www.gavinmogan.com.git"
},
"keywords": [],
"author": "Gavin Mogan <npm@gavinmogan.com> (https://www.gavinmogan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/halkeye/www.gavinmogan.com/issues"
},
"homepage": "https://github.com/halkeye/www.gavinmogan.com#readme",
"devDependencies": {
"@tailwindcss/cli": "^4.1.7",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.7"
}
}