2014-07-01 18:59:41 -05:00
|
|
|
{
|
|
|
|
"name": "ficdown.js",
|
2017-12-28 16:21:39 -06:00
|
|
|
"version": "0.9.1",
|
2014-07-01 18:59:41 -05:00
|
|
|
"description": "A parser and player for Interactive Fiction written in Ficdown",
|
2019-04-28 02:26:10 -05:00
|
|
|
"dependencies": {
|
|
|
|
"jquery": "^3.4.0",
|
|
|
|
"markdown-it": "^8.4.2"
|
|
|
|
},
|
2014-07-01 18:59:41 -05:00
|
|
|
"devDependencies": {
|
2019-04-28 02:26:10 -05:00
|
|
|
"@types/jquery": "^3.3.29",
|
|
|
|
"@types/markdown-it": "0.0.7",
|
|
|
|
"typescript": "^3.4.5"
|
2014-07-01 18:59:41 -05:00
|
|
|
}
|
|
|
|
}
|