15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
"name": "katenary",
|
|
"version": "1.0.0",
|
|
"description": "Katenary website",
|
|
"source": "src/index.html",
|
|
"author": "Patrice Ferlet",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"parcel": "^2.13.2",
|
|
"posthtml-doctype": "^1.1.1",
|
|
"posthtml-include": "^2.0.1"
|
|
}
|
|
}
|