-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 780 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 780 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
{
"name": "mythicpl.us",
"version": "1.0.0",
"description": "A simple flat file site designed to load quickly and give M+ information at a glance (and in multiple languages thanks to some great contributors, but mostly [@amarques](https://github.com/amarques)!)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/domainzero/mythicpl.us.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/domainzero/mythicpl.us/issues"
},
"homepage": "https://github.com/domainzero/mythicpl.us#readme",
"devDependencies": {
"clean-css-cli": "^5.6.3",
"terser": "^5.46.1"
}
}