UNPKG

patio

Version:
67 lines (66 loc) 1.53 kB
{ "name": "patio", "description": "Patio query engine and ORM", "version": "4.2.1", "keywords": [ "ORM", "object relation mapper", "relational", "mapper", "moose", "mysql", "MySQL", "MySql", "SQL", "sql", "query", "database", "dataset", "transactions", "DDl", "Sequel", "migrations" ], "repository": { "type": "git", "url": "git@github.com:C2FO/patio.git" }, "homepage": "http://c2fo.github.com/patio/index.html", "author": "Doug Martin (http://c2fo.github.com)", "main": "index.js", "dependencies": { "comb": "~2.0.0", "commander": "~2.9.0", "hive-cache": "0.0.3", "is-safe-integer": "1.0.1", "mysql": "2.10.0", "pg": "7.4.3", "pg-query-stream": "1.0.0", "pg-types": "1.12.1", "validator": "~10.3.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "coveralls": "^2.11.2", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.12.0", "grunt-coveralls": "^1.0.0", "grunt-exec": "^0.4.6", "grunt-it": "^1.0.0", "istanbul": "^0.3.14", "it": "^1.0.1", "jit-grunt": "^0.9.1", "time-grunt": "^1.2.2" }, "directories": { "lib": "lib" }, "bin": { "patio": "./bin/patio" }, "engines": { "node": ">= 10.0.0" } }