{ "name": "liza", "description": "A data collection, validation, and processing framework for JavaScript", "version": "@VERSION@", "author": "R-T Specialty, LLC. (https://www.lovullo.com)", "homepage": "https://github.com/lovullo/liza", "license": "AGPL-3.0+", "repository": { "type": "git", "url": "https://github.com/lovullo/liza.git" }, "engines": { "node": ">0.0.0" }, "bin": { "liza-server": "bin/server" }, "scripts": { "postinstall": "./configure" }, "dependencies": { "easejs": "0.2.x", "mongodb": "1.2.14", "amqplib": "0.5.3" }, "devDependencies": { "typescript": ">=3.6", "chai": ">=1.9.1 < 4", "chai-as-promised": ">=6.0.0", "mocha": "5.2.0", "sinon": ">=1.17.4", "es6-promise": "~3" }, "licenses": [ { "type": "GPLv3+", "url": "http://www.gnu.org/licenses/gpl.html" } ], "keywords": [ "data collection", "input validation", "user input", "user interface", "validation", "form" ] }