-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1011 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
33
34
{
"name": "landingpage-guide",
"version": "0.1.0",
"description": "Guide to Using the Hugo Landing Page Theme",
"main": "index.js",
"scripts": {
"gh": "hugo -b https://dkebler.github.io/landingpage-guide -d gh && node ghpages && rm -rf gh",
"s3": "hugo -d ../../deploy/landingpage/s3",
"fb": "./node_modules/.bin/firebase",
"fbd": "hugo -b https://landingpage-guide.firebaseapp.com -d firebase && ./node_modules/.bin/firebase deploy&& rm -rf firebase "
},
"repository": {
"type": "git",
"url": "git+https://github.com/dkebler/landingpage-guide.git"
},
"keywords": [
"hugo",
"landingpage",
"static",
"generator"
],
"author": "David Kebler",
"license": "ISC",
"bugs": {
"url": "https://github.com/dkebler/landingpage-guide/issues"
},
"homepage": "https://github.com/dkebler/landingpage-guide#readme",
"devDependencies": {
"firebase-tools": "^3.6.1",
"gh-pages": "^0.12.0",
"merge-dirs": "^0.2.1",
"watch": "^1.0.2"
}
}