-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 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
{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "eleventy --serve",
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lnug/website.git"
},
"keywords": [],
"author": "Adam Davis <adam@admataz.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/lnug/website/issues"
},
"homepage": "https://github.com/lnug/website#readme",
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-handlebars": "^1.0.0",
"eleventy-sass": "^3.0.0-beta.0",
"js-yaml": "^4.1.0",
"sass": "^1.54.4"
},
"dependencies": {
"handlebars": "^4.7.8",
"liquidjs": "^10.21.1"
}
}