-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
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
{
"name": "observeroftime.github.io",
"version": "0.11.1",
"description": "My GitHub Page",
"license": "Apache-2.0",
"private": true,
"homepage": "https://observeroftime.github.io",
"author": {
"name": "ObserverOfTime",
"email": "chronobserver@disroot.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ObserverOfTime/observeroftime.github.io.git"
},
"bugs": {
"url": "https://github.com/ObserverOfTime/observeroftime.github.io/issues",
"email": "chronobserver@disroot.org"
},
"scripts": {
"build": "grunt concurrent:build",
"lint": "grunt concurrent:lint",
"serve": "sirv build --host --dev"
},
"devDependencies": {
"coffeescript": "^2.7.0",
"grunt": "^1.6.1",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-pug": "^3.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-puglint": "^1.0.0",
"grunt-stylint": "^0.2.0",
"jstransformer-markdown-it": "^3.0.0"
},
"optionalDependencies": {
"sirv-cli": "^3.0.1"
},
"overrides": {
"braces": "^3.0.2",
"glob-parent": "^6.0.2",
"markdown-it": "^14.1.0",
"micromatch": "^4.0.8",
"mout": "^1.2.4",
"yargs-parser": "5.0.1"
}
}