Migration vers datamodels
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "fvtt-ecryme",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"description": "Ecryme RPG system for Foundry Virtual TableTop",
|
||||
"author": "LeRatierBretonnien",
|
||||
"license": "UNLICENSED",
|
||||
"main": "gulpfile.js",
|
||||
"devDependencies": {
|
||||
"gulp": "^5.0.0",
|
||||
"gulp-less": "^5.0.0",
|
||||
"less": "^4.1.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "gulp css",
|
||||
"watch": "gulp"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-ecryme.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user