superpowers-game-ftext-plugin
Version:
Generic text asset for the Superpowers Game system of Superpowers, the extensible HTML5 2D+3D game engine.
62 lines (61 loc) • 2.03 kB
JSON
{
"name": "superpowers-game-ftext-plugin",
"version": "0.3.2",
"description": "Generic text asset for the Superpowers Game system of Superpowers, the extensible HTML5 2D+3D game engine.",
"homepage": "https://github.com/florentpoujol/superpowers-game-ftext-plugin",
"repository": {
"type": "git",
"url": "https://github.com/florentpoujol/superpowers-game-ftext-plugin"
},
"author": "Florent Poujol <florent.poujol@gmail.com> (http://florentpoujol.fr)",
"dependencies": {
"operational-transform": "0.2.x"
},
"devDependencies": {
"codemirror": "5.3.x",
"cson-parser": "1.1.x",
"domify": "1.3.x",
"jade": "1.9.x",
"markdown": "0.5.x",
"jsonlint": "1.6.x",
"stylus": "0.51.x",
"js-yaml": "3.4.x",
"jshint": "2.8.x",
"csslint": "0.10.x",
"system": "0.1.x",
"file": "0.2.x",
"gulp": "^3.9.0",
"typescript": "1.6.x",
"browserify": "10.2.x"
},
"keywords": [
"superpowers",
"plugin",
"text",
"asset",
"json",
"cson",
"html",
"markdown",
"jade",
"css",
"stylus",
"shader"
],
"bugs": {
"url": "https://github.com/florentpoujol/superpowers-game-ftext-plugin/issues"
},
"scripts": {
"compilets": "tsc api/fText.ts --out /gitignore/fText.js --target ES6",
"gendoc": "typedoc --out gitignore/docs/ typescriptAPI/fText.ts --mode file --target ES6 --name \"fText asset\" --readme tutorial.md --theme minimal",
"linkplugindev": "mklink /j \"../../app/systems/supGame/plugins/florentpoujol/fText\" \"./\"",
"linkprojectdev": "mklink /j \"../../data/projects/fText\" \"./project/fText\"",
"linkpluginrelease": "mklink /j \"../../../release/app/systems/supGame/plugins/florentpoujol/fText\" \"./\"",
"linkprojectrelease": "mklink /j \"../../../release/data/fText\" \"./project/fText\"",
"build": "gulp --gulpfile=../../../../../scripts/pluginGulpfile.js --cwd=. && gulp"
},
"maintainers": [
"Florent Poujol <florent.poujol@gmail.com>"
],
"license": "MIT"
}