UNPKG

trireme-xslt

Version:

An XSLT module optimized for the Trireme project

29 lines (28 loc) 597 B
{ "name": "trireme-xslt", "version": "1.0.0", "description": "An XSLT module optimized for the Trireme project", "main": "xslt.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/apigee/trireme-xslt.git" }, "keywords": [ "XSLT", "Trireme", "Java", "XML" ], "author": "Greg Brail <greg@apigee.com>", "license": "MIT", "bugs": { "url": "https://github.com/apigee/trireme-xslt/issues" }, "homepage": "https://github.com/apigee/trireme-xslt", "dependencies": { "node_xslt": "0.x.x" } }