bol/package.json

22 lines
406 B
JSON
Raw Normal View History

2021-07-08 10:12:12 +02:00
{
"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",
"rpg-awesome": "^0.2.0"
2021-07-08 10:12:12 +02:00
}
}