UNPKG

wiky

Version:

A Bidirectional WikiText Markup Converter.

29 lines (27 loc) 740 B
{ "name": "wiky" , "version": "0.95.1" , "description": "A Bidirectional WikiText Markup Converter." , "homepage": "http://github.com/Gozala/wiky/" , "keywords": ["wiki", "wikitext", "html", "converter"] , "contributors": [ "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)" , "Stefan Goessner (http://goessner.net/)" ] , "repository": { "type": "git" , "url": "git://github.com/Gozala/wiky.git" } , "bugs": { "web": "http://github.com/Gozala/wiki/issues/" } , "directories": { "doc": "./doc" , "man": "./man" , "lib": "./lib" } , "main": "./lib/wiky" , "engines": { "node": ">=0.1.103" } , "licenses" : [ { "type" : "LGPL 2.1" , "url" : "http://creativecommons.org/licenses/LGPL/2.1/" } ] }