UNPKG

dtl

Version:

A diff template library binding for node.js

11 lines (10 loc) 520 B
{ "name" : "dtl", "version" : "0.2.0", "author" : "Tatsuhiko Kubo <cubicdaiya@gmail.com>", "description": "A diff template library binding for node.js", "scripts" : { "install": "node-gyp rebuild" }, "main" : "./dtl", "keywords" : [ "diff", "diff3", "editdistance", "unified format" ], "licenses" : [ { "type": "BSD", "url": "https://github.com/cubicdaiya/node-dtl/raw/master/COPYING" } ], "repository" : { "type": "git", "url": "https://github.com/cubicdaiya/node-dtl.git" } }