-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1018 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 1018 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
{
"name": "11tyblog",
"version": "1.0.0",
"description": "These are the starting files used by [Kevin Powell](https://kevinpowell.co) to create a personal blog site for the [Codementor](https://www.codementor.io/) DevProjects Challenge, [Create a fast and secure blog using JAMStack](https://www.codementor.io/projects/web/create-a-fast-and-secure-blog-using-jamstack-c93coupnxb). You are free to use them however you want to get started with the challenge, if you'd like to start working on creating the site without worrying about the content itself.",
"main": "index.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dublinscope/11tyblog.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dublinscope/11tyblog/issues"
},
"homepage": "https://github.com/Dublinscope/11tyblog#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.0"
}
}