mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-08 16:12:33 +00:00
33 lines
871 B
JSON
33 lines
871 B
JSON
{
|
|
"name": "dnd_5e_shaped_character_sheet",
|
|
"version": "2.0.11",
|
|
"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-sass-lint": "^1.1.1",
|
|
"gulp-uglify": "^1.5.1",
|
|
"jshint": "^2.9.1",
|
|
"gulp-jshint": "^2.0.0",
|
|
"jshint-stylish": "^2.1.0"
|
|
},
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mlenser/roll20-character-sheets/tree/master/D%26D_5e_Shaped"
|
|
},
|
|
"author": "Mark Lenser (Kryx)",
|
|
"license": "ISC"
|
|
}
|