16 lines
424 B
JSON
16 lines
424 B
JSON
{
|
|
"name": "ficdown.js",
|
|
"version": "0.0.1",
|
|
"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"
|
|
}
|
|
}
|