UNPKG

imbroglio

Version:

a tool for making browser-based interactive fiction

44 lines (43 loc) 920 B
{ "name": "imbroglio", "version": "0.1.3", "description": "a tool for making browser-based interactive fiction", "main": "index.js", "scripts": { "prepublish": "iced -c *.coffee* && ./test.sh && gribbl *.jade" }, "browserify": { "transform": [ "brfs" ] }, "repository": { "type": "git", "url": "https://github.com/jcmf/imbroglio.git" }, "keywords": [ "interactive fiction", "if", "choose your own adventure", "cyoa", "multiple choice", "quiz", "game" ], "author": "Jacques Frechet", "license": "MIT", "bugs": { "url": "https://github.com/jcmf/imbroglio/issues" }, "homepage": "https://github.com/jcmf/imbroglio", "devDependencies": { "gribbl": "^1.2.3", "iced-coffee-script": "^1.8.0-d", "jquery": "^2.1.3", "stylus": "^0.50.0" }, "dependencies": { "brfs": "^1.4.0", "coffee-script": "1.9.1" } }