jsharmony-factory
Version:
Enterprise framework for jsHarmony
53 lines (52 loc) • 1.3 kB
JSON
{
"name": "jsharmony-factory",
"version": "1.21.2",
"description": "Enterprise framework for jsHarmony",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/apHarmony/jsharmony-factory"
},
"keywords": [
"RAD",
"Rapid",
"Application",
"Development",
"Database",
"TSQL",
"SQL",
"Server",
"PostgreSQL",
"Postgres",
"Factory",
"jsHarmony"
],
"author": "apHarmony <contact@apharmony.com> (http://www.apharmony.com/)",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/apHarmony/jsharmony-factory/issues"
},
"homepage": "https://github.com/apHarmony/jsharmony-factory",
"devDependencies": {
"jsharmony-db-pgsql": "^1.1.19",
"jsharmony-db-mssql": "^1.1.51",
"jsharmony-db-sqlite": "^1.1.46",
"mocha": "^7.2.0"
},
"dependencies": {
"archiver": "^1.3.0",
"async": "^2.6.2",
"cookie-parser": "^1.4.4",
"decompress-zip": "^0.3.2",
"ejs": "^2.5.5",
"jsharmony": "^1.27.0",
"jsharmony-db": "^1.2.0",
"jsharmony-validate": "^1.1.5",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"twilio": "^3.30.0"
}
}