hippie-script/package.json

22 lines
569 B
JSON

{
"name": "hippie-script",
"version": "1.2.1",
"description": "Where the script things of HIPPIE are",
"keywords": [
"hippie",
"javascript",
"components"
],
"repository": {
"type": "git",
"url": "https://quelltext.interaktionsweise.de/interaktionsweise/hippie-script.git"
},
"license": "MIT",
"author": "Stephan Hagedorn <sthag@interaktionsweise.de> (https://karte.interaktionsweise.de)",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true
}