mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
* Version 1.9 update * Readme updated with 1.9 Changelog * Update README.md fixed typo * sheet.json updated with new version number * Version 1.9.1 (hotfixes) * Create logo_13G.png Logo for hosting while testing * First upload of main content for Glorantha sheet * Delete logo_13G.png~ * Delete bg_paper.jpg~ * Version 1.0 - Final version, ready for public inspection - All indended features have been added and are functional - Read the updated README for more info * Updated readme Fixed typo * Update ChangeLog.md Fixed typo * Internal patch (v 1.0.1) - Fixed Chrome compatibility issues (mostly related to number input widths) - Fixed a few typos and poor attr_ name choices - Re-ordered the rules & macros section to be more sensible * Reverting 'legacy' changes * Reverting burning wheel edits * Changed version number
20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"title": "13th Age Glorantha Roll 20 Character Sheet",
|
|
"version": "1.0",
|
|
"name": "roll20-13th_Age_Glorantha",
|
|
"author": {
|
|
"name": "Seraaron"
|
|
},
|
|
"homepage": "https://github.com/Seraaron/roll20-character-sheets",
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-cli": "~0.1.13",
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
"grunt-include-replace": "~2.0.0",
|
|
"grunt-contrib-connect": "~0.8.0"
|
|
}
|
|
}
|