├── LICENSE ├── README.md ├── examples └── gnu.txt ├── lib └── dialogue.js ├── logo.png ├── package.json └── script ├── README.md ├── dialogue.graffle └── graffle2dialogue.rb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottbw/dialoguejs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottbw/dialoguejs/HEAD/README.md -------------------------------------------------------------------------------- /examples/gnu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottbw/dialoguejs/HEAD/examples/gnu.txt -------------------------------------------------------------------------------- /lib/dialogue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottbw/dialoguejs/HEAD/lib/dialogue.js -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottbw/dialoguejs/HEAD/logo.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottbw/dialoguejs/HEAD/package.json -------------------------------------------------------------------------------- /script/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottbw/dialoguejs/HEAD/script/README.md -------------------------------------------------------------------------------- /script/dialogue.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottbw/dialoguejs/HEAD/script/dialogue.graffle -------------------------------------------------------------------------------- /script/graffle2dialogue.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottbw/dialoguejs/HEAD/script/graffle2dialogue.rb --------------------------------------------------------------------------------