mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
* Added _nobar attributes in case someone wants the value in the token but no bar
20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"title": "Street Fighter Character Sheet",
|
|
"version": "1.1.0",
|
|
"name": "roll20-Street_Figter-neovatar",
|
|
"author": {
|
|
"name": "Thomas Seliger"
|
|
},
|
|
"homepage": "https://neovatar.github.io/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"
|
|
}
|
|
}
|