driver-interface
Version:
Standardized interface for common functionality, expressed in layers. Covers communication with databases, hardware, web services, and more.
21 lines (20 loc) • 516 B
JSON
{
"name": "driver-interface",
"version": "1.0.8",
"description": "Standardized interface for common functionality, expressed in layers. Covers communication with databases, hardware, web services, and more.",
"scripts": {
"test": "echo 'no tests'"
},
"keywords": [
"sails",
"waterline",
"machines",
"machinepack",
"database-driver"
],
"license": "MIT",
"dependencies": {
"include-all": "^4.0.0"
},
"repository": "https://github.com/node-machine/driver-interface"
}