dnd-5e-srd/package.json

20 lines
467 B
JSON
Raw Normal View History

{
"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": {
2017-03-04 23:48:04 +00:00
"marked": "^0.3.6",
"yamljs": "^0.2.8"
},
"devDependencies": {
"@types/node": "^7.0.5",
"typescript": "^2.2.1"
}
}