-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 915 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
27
28
29
30
31
32
33
34
{
"name": "thenewdynamic-hugo-core-theme",
"version": "1.0.0",
"description": "A Base Theme to start Hugo Sites",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git"
},
"hugo": {
"version": "0.82.0",
"extended": true
},
"keywords": [
"hugo",
"gohugo"
],
"scripts": {
"gethugo": "bash get-hugo.sh",
"build": "rm -rf public && hugo",
"dev:hugo": "HUGO_ENV=development bin/hugo* server --minify -D --gc --navigateToChanged --noHTTPCache",
"prod:hugo": "HUGO_ENV=production bin/hugo* --gc --minify",
"start": "npm run build"
},
"author": "budparr",
"license": "MIT",
"bugs": {
"url": "https://github.com/theNewDynamic/thenewdynamic.com/issues"
},
"homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme",
"devDependencies": {
"list.js": "^1.5.0"
}
}