-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.55 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "GoPage",
"version": "0.0.4",
"description": "A simple Website Shortcut Dashboard written in Go.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify-css": "powershell scripts/minify-css.ps1",
"minify-js": "powershell scripts/minify-js.ps1",
"lint": "powershell scripts/linting.ps1",
"complexity": "powershell scripts/complexity.ps1",
"ignore": "compactignore .",
"esdoc": "./node_modules/.bin/esdoc",
"jsdoc-md": "./node_modules/.bin/jsdoc2md ./assets/js/*.js > ./docs/devDocs/JavaScript.md",
"testGulp": "gulp default"
},
"repository": {
"type": "git",
"url": "https://github.com/confused-Techie/GoPage"
},
"author": "confused-Techie",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/confused-Techie/GoPage/issues"
},
"homepage": "https://github.com/confused-Techie/GoPage#readme",
"devDependencies": {
"@confused-techie/compactignore": "^1.0.0",
"complexity-report": "^2.0.0-alpha",
"cssnano": "^5.0.16",
"esdoc": "^1.1.0",
"esdoc-coverage-plugin": "^1.1.0",
"gulp": "^4.0.2",
"gulp-concat-css": "^3.1.0",
"jsdoc": "^3.6.10",
"jsdoc-to-markdown": "^7.1.1",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"prettier": "^2.5.1",
"prettier-plugin-go-template": "0.0.11",
"terser": "^5.10.0"
},
"overrides": {
"glob-parent": "^5.1.2",
"marked": "^4.0.10",
"esdoc": {
"marked": "^4.0.10"
},
"nth-check": "^2.0.1",
"minimist": "^1.2.3"
},
"dependencies": {}
}