generated from 5t3ph/smol-11ty-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 798 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
{
"name": "smol-11ty-starter",
"version": "1.0.0",
"description": "Extremely minimal Eleventy starter to kickstart a simple multi-page site / a nearly opinionless foundation to continue building on",
"main": "index.html",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5t3ph/smol-11ty-starter.git"
},
"keywords": [
"11ty",
"11ty-starter",
"eleventy",
"eleventy-starter",
"eleventy-sample",
"11ty-template"
],
"author": "5t3ph",
"license": "ISC",
"bugs": {
"url": "https://github.com/5t3ph/smol-11ty-starter/issues"
},
"homepage": "https://github.com/5t3ph/smol-11ty-starter#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1"
}
}