diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-07-02 20:46:09 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-07-02 20:46:09 +0300 |
| commit | 5cc965ed427fc1ae1b53da0ea6cf9af4f4525b87 (patch) | |
| tree | 4ef3d83469459560948a32f5adcd29588ef333fd /package.json | |
Initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..a780b54 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "5eTools-to-DnDAppFile", + "version": "1.0.0", + "description": "", + "main": "index.js", + "bin": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "xmlbuilder": "^13.0.2" + } +} |
