UNPKG

nodemda

Version:

UML to Source code generation engine

44 lines (43 loc) 870 B
{ "name": "nodemda", "version": "2.2.0", "description": "UML to Source code generation engine", "main": "./src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/joelkoz/NodeMDA.git" }, "files": [ "src", "bin" ], "keywords": [ "uml", "mda", "code generator", "nodejs" ], "bin": { "nodemda": "./bin/nodemda" }, "author": { "name": "Joel Kozikowski", "email": "joel.kozikowski@gmail.com" }, "license": "MIT", "dependencies": { "commander": "^2.20.3", "faker": "^3.1.0", "fs-extra": "^11.2.0", "glob": "^11.0.0", "handlebars": "4.5.3", "lodash": "^4.17.21", "omni-schema": "^2.0.3", "pluralize": "^3.1.0", "prompt-sync": "^4.2.0", "winston": "^2.4.5" } }