hippie-bus/package.json

27 lines
757 B
JSON
Raw Normal View History

{
"name": "hippie-bus",
"version": "1.0.0",
"description": "Drive the HIPPIE bus to your wonderland",
"keywords": [
"hippie",
"workspace",
"build"
],
"homepage": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie-bus",
"bugs": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie-bus/issues",
"license": "MIT",
"author": "Stephan Hagedorn <sthag@interaktionsweise.de> (https://karte.interaktionsweise.de)",
"repository": {
"type": "git",
"url": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie-bus.git"
},
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"peerDependencies": {
"@11ty/eleventy": "^3.1.2"
}
}