ficdown.js/package.json

15 lines
331 B
JSON
Raw Normal View History

2014-07-01 18:59:41 -05:00
{
"name": "ficdown.js",
"version": "0.9.1",
2014-07-01 18:59:41 -05:00
"description": "A parser and player for Interactive Fiction written in Ficdown",
"dependencies": {
"jquery": "^3.4.0",
"markdown-it": "^8.4.2"
},
2014-07-01 18:59:41 -05:00
"devDependencies": {
"@types/jquery": "^3.3.29",
"@types/markdown-it": "0.0.7",
"typescript": "^3.4.5"
2014-07-01 18:59:41 -05:00
}
}