{ "name": "lexiconga-lite", "version": "1.0.0", "description": "A light-as-possible rewrite of Lexiconga", "main": "index.html", "repository": "https://cybre.tech/Alamantus/lexiconga-lite.git", "author": "Robbie Antenesse ", "license": "UNLICENCED", "scripts": { "start": "parcel index.html", "bundle": "parcel build index.html" }, "devDependencies": { "autoprefixer": "^9.5.1", "marked": "^0.6.2", "parcel-bundler": "^1.12.3", "sass": "^1.19.0" }, "dependencies": { "normalize.css": "^8.0.1", "snarkdown": "^1.2.2" } }