initial import

This commit is contained in:
Nicolas Delaforge
2021-07-08 10:12:12 +02:00
parent 689b01c11e
commit 9f907c9417
74 changed files with 2908 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "bol",
"version": "1.0.0",
"description": "CSS compiler for the Barbarians of Lemuria system",
"scripts": {
"css": "gulp css",
"watch": "gulp",
"gulp": "gulp"
},
"browserslist": [
"last 3 versions"
],
"author": "Zigmund",
"license": "MIT",
"private": true,
"dependencies": {
"gulp": "^4.0.2",
"gulp-less": "^4.0.1"
}
}