25 lines
504 B
JSON
25 lines
504 B
JSON
{
|
|
"name": "frame44-landing-page",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"serve": "eleventy --serve",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.frame44.com/nathan/frame44-landing-page.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.1.6"
|
|
}
|
|
}
|