UNPKG

fractive

Version:

Fractive is a hypertext authoring tool, primarily intended for the creation of interactive fiction.

53 lines (52 loc) 1.46 kB
{ "name": "fractive", "version": "1.3.2", "description": "Fractive is a hypertext authoring tool, primarily intended for the creation of interactive fiction.", "keywords": [ "game development", "gamedev", "interactive fiction", "if", "hypertext" ], "license": "AGPL-3.0+", "author": "Josh Sutphin <josh@kickbomb.us> (http://kickbomb.us)", "homepage": "https://github.com/invicticide/fractive#readme", "repository": { "type": "git", "url": "https://github.com/invicticide/fractive.git" }, "bugs": { "url": "https://github.com/invicticide/fractive/issues" }, "bin": { "fractive": "./lib/CLI.js" }, "main": "lib/Main.js", "types": "lib/Main.d.ts", "devDependencies": { "@types/node": "^8.0.28", "typescript": "^2.6.0" }, "dependencies": { "ajv": "^5.3.0", "cli-color": "^1.2.0", "commonmark": "^0.28.1", "globby": "^7.1.1", "html-minifier": "^3.5.5", "js-beautify": "^1.7.4", "json-override": "^0.2.0", "json-schema-to-typescript": "^5.1.0", "source-map-support": "^0.5.0", "xregexp": "^4.0.0" }, "scripts": { "build": "node build/Build.js", "build-verbose": "node build/Build.js --verbose", "build-dry": "node build/Build.js --dry-run", "build-debug": "node build/Build.js --debug --verbose", "deploy": "npm install -g .", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" } }