mirror of
https://github.com/BTMorton/dnd-5e-srd.git
synced 2025-03-15 12:41:21 +00:00
18 lines
443 B
JSON
18 lines
443 B
JSON
{
|
|
"name": "5e-srd",
|
|
"version": "0.1.0",
|
|
"description": "Conversion of the D&D 5e SRD from markdown to JSON",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ben Morton <ben.morton91@gmail.com> (http://bmorton.co.uk/)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"marked": "^0.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^7.0.5",
|
|
"typescript": "^2.2.1"
|
|
}
|
|
}
|