initial import
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user