1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-22 06:03:22 +01:00

15 lines
265 B
JSON

{
"name": "web-maker-docs",
"version": "1.0.0",
"description": "## What is Web Maker",
"main": "index.html",
"scripts": {
"start": "eleventy --quiet --serve",
"build": "eleventy"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {}
}