machinepack-waterline
Version:
A database-agnostic connectivity library for sending queries, managing dynamic db connections, committing/rolling back transactions, and more.
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "machinepack-waterline",
"version": "0.1.1",
"description": "A database-agnostic connectivity library for sending queries, managing dynamic db connections, committing/rolling back transactions, and more.",
"scripts": {
"test": "mocha tests/** -t 10000 -R spec"
},
"keywords": [
"Waterline",
"ORM",
"machines",
"machinepack"
],
"author": "Mike McNeil",
"license": "MIT",
"dependencies": {
"lodash.isobject": "3.0.2",
"lodash.isundefined": "3.0.1",
"machine": "^12.3.0"
},
"devDependencies": {
"fs-extra": "^0.30.0",
"lodash": "^3.10.1",
"mocha": "^3.0.0",
"sails": "^0.12.4",
"test-machinepack-mocha": "^2.0.0"
},
"machinepack": {
"friendlyName": "Waterline",
"machineDir": "machines/",
"machines": [
"connect",
"query",
"transaction",
"find",
"add-to-collection",
"remove-from-collection",
"replace-collection",
"find-one",
"create",
"destroy",
"update",
"count",
"sum",
"avg"
]
}
}