mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 12:12:30 +00:00
30 lines
758 B
JSON
30 lines
758 B
JSON
{
|
|
"name": "dnd_5e_shaped_character_sheet",
|
|
"version": "",
|
|
"bin": "./",
|
|
"description": "D&D 5e Shaped character sheet on Roll20.net",
|
|
"main": "gulpfile.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.0",
|
|
"gulp-change": "^1.0.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-include": "^2.1.0",
|
|
"gulp-inject": "^3.0.0",
|
|
"gulp-minify-css": "^1.2.2",
|
|
"gulp-minify-html": "^1.0.4",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace-task": "^0.11.0",
|
|
"gulp-sass": "^2.1.1",
|
|
"gulp-uglify": "^1.5.1",
|
|
"gulp-wrap": "^0.11.0"
|
|
},
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mlenser/roll20-character-sheets/tree/master/D%26D_5e_Shaped"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|