54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"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.8"
|
|
},
|
|
"devDependencies": {
|
|
"chai": ">=1.9.1 < 4",
|
|
"chai-as-promised": ">=6.0.0",
|
|
"mocha": ">=1.18.2",
|
|
"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"
|
|
]
|
|
}
|