2014-07-01 18:59:41 -05:00
|
|
|
{
|
|
|
|
"name": "ficdown.js",
|
2015-07-26 14:08:19 -05:00
|
|
|
"version": "0.9.0",
|
2014-07-01 18:59:41 -05:00
|
|
|
"description": "A parser and player for Interactive Fiction written in Ficdown",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"coffee-script": "^1.7.1",
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-contrib-coffee": "^0.10.1",
|
|
|
|
"grunt-contrib-uglify": "^0.5.0",
|
|
|
|
"grunt-contrib-copy": "^0.5.0",
|
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
|
|
"grunt-contrib-stylus": "^0.17.0"
|
|
|
|
}
|
|
|
|
}
|