kittensite/package.json

15 lines
294 B
JSON
Raw Normal View History

2021-03-20 17:25:14 +00:00
{
"name": "kittensite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Agatha Rose",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^0.11.1"
}
}