Files
fvtt-oath-hammer/package.json

22 lines
472 B
JSON

{
"name": "fvtt-oath-hammer",
"version": "13.0.0",
"description": "Oath Hammer RPG System for FoundryVTT",
"private": true,
"scripts": {
"build": "gulp css",
"watch": "gulp watch"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-less": "^5.0.0",
"less": "^4.2.0",
"autoprefixer": "^10.4.20",
"gulp-postcss": "^9.0.1",
"postcss": "^8.4.49"
},
"keywords": ["foundry-vtt", "oath-hammer"],
"author": "",
"license": "ISC"
}