-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 952 Bytes
/
package.json
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
{
"name": "gitevents.github.io",
"version": "1.0.0",
"description": "the gitevents landing page http://gitevents.github.io",
"keywords": [
"gitevents",
"gh-pages"
],
"homepage": "https://github.com/iancrowther/gitevents.github.io#readme",
"bugs": {
"url": "https://github.com/iancrowther/gitevents.github.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iancrowther/gitevents.github.io.git"
},
"license": "MIT",
"author": "Ian Crowther <[email protected]> (http://nexttick.io)",
"main": "index.html",
"scripts": {
"dev": "http-server",
"build": "windicss --config windi.config.js './index.html' --output assets/css/main.css",
"analysis": "windicss-analysis",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"http-server": "^14.0.0",
"prettier": "^2.4.1",
"windicss": "^3.2.0",
"windicss-analysis": "^0.3.4"
}
}