lexiconga-lite/package.json

24 lines
597 B
JSON
Raw Normal View History

2019-05-02 18:57:56 +02:00
{
"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 <dev@alamantus.com>",
"license": "UNLICENCED",
"scripts": {
"start": "parcel index.html",
"bundle": "parcel build index.html"
2019-05-02 18:57:56 +02:00
},
"devDependencies": {
2019-05-07 23:55:55 +02:00
"autoprefixer": "^9.5.1",
"marked": "^0.6.2",
2019-05-02 18:57:56 +02:00
"parcel-bundler": "^1.12.3",
"sass": "^1.19.0"
},
"dependencies": {
2019-05-02 23:45:10 +02:00
"normalize.css": "^8.0.1",
"snarkdown": "^1.2.2"
2019-05-02 18:57:56 +02:00
}
}