UNPKG

oc-generic-template-compiler

Version:
37 lines 813 B
{ "name": "oc-generic-template-compiler", "version": "2.2.0", "description": "OC-Generic-Template-Compiler", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/opencomponents/base-templates.git" }, "bugs": { "url": "https://github.com/opencomponents/base-templates/issues" }, "homepage": "https://github.com/opencomponents/base-templates#readme", "keywords": [ "oc", "opencomponents" ], "author": { "name": "Nick Balestra", "email": "nick@balestra.ch" }, "license": "MIT", "files": [ "LICENSE", "README.md", "index.js", "index.d.ts", "lib" ], "dependencies": { "async": "3.2.2", "fs-extra": "8.1.0", "lodash": "^4.17.4", "oc-get-unix-utc-timestamp": "1.0.3" } }