22 lines
446 B
JSON
Raw Normal View History

2019-04-02 19:54:29 +02:00
{
2021-06-11 16:24:49 +02:00
"dependencies": {
2022-03-29 10:23:39 +02:00
"animates.css": "4.1.1"
2021-06-11 16:24:49 +02:00
},
2022-03-29 10:23:39 +02:00
"name": "lecampus",
"version": "1.0.0",
"description": "![](assets/quark-screenshots.jpg)",
"main": "gulpfile.js",
2021-06-11 16:24:49 +02:00
"scripts": {
"sass": "node-sass -w scss -o css-compiled"
},
2019-04-02 19:54:29 +02:00
"repository": {
"type": "git",
2021-06-11 16:24:49 +02:00
"url": "https://figureslibres.io/gogs/kevin/lecampus.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": {
2022-03-04 15:19:10 +01:00
"node-sass": "^7.0.1"
2019-04-02 19:54:29 +02:00
}
}