20 lines
452 B
JSON
Raw Permalink Normal View History

2019-04-02 19:54:29 +02:00
{
2022-03-29 10:23:39 +02:00
"name": "lecampus",
"version": "1.0.0",
"description": "![](assets/quark-screenshots.jpg)",
2024-06-06 16:18:09 +02:00
"main": "index.js",
2021-06-11 16:24:49 +02:00
"scripts": {
2024-06-06 16:18:09 +02:00
"test": "echo \"Error: no test specified\" && exit 1",
2021-06-11 16:24:49 +02:00
"sass": "node-sass -w scss -o css-compiled"
},
2019-04-02 19:54:29 +02:00
"repository": {
"type": "git",
2024-06-06 16:18:09 +02:00
"url": "https://figureslibres.io/gogs/kevin/leca mpus.net.git"
2019-04-02 19:54:29 +02:00
},
2021-06-11 16:24:49 +02:00
"author": "",
2021-06-12 14:36:11 +02:00
"license": "ISC",
2019-04-02 19:54:29 +02:00
"devDependencies": {
2024-06-06 16:18:09 +02:00
"node-sass": "^8.0.0"
2019-04-02 19:54:29 +02:00
}
}