UNPKG

persistanz

Version:

Object relational mapping (ORM) library with unique features.

45 lines (44 loc) 1.1 kB
{ "name": "persistanz", "version": "0.9.1", "description": "Object relational mapping (ORM) library with unique features.", "main": "./lib/Persistanz.js", "dependencies": { "co": "^4.6.0", "schemax": "^0.2.1" }, "devDependencies": { "chai": "^3.5.0", "co-mocha": "^1.1.3", "coveralls": "^3.1.1", "mocha": "^9.2.2", "mysql": "^2.11.1", "mysql2": "^2.3.3", "nyc": "^15.1.0", "pg": "^6.0.1", "sqlite3": "^5.0.0" }, "scripts": { "test": "nyc --reporter=html --reporter=text mocha --reporter spec --timeout 5000 --no-exit", "pure-test": "mocha --reporter spec --timeout 5000 --no-exit", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "keywords": [ "Object Relational Mapping", "ORM", "SQL", "MySQL", "Postgres", "Sqlite3" ], "repository": { "type": "git", "url": "https://github.com/egemadra/persistanz.git" }, "homepage": "http://persistanz.34bit.net/", "bugs": { "email": "egemadra@gmail.com" }, "author": "Ege Madra <egemadra@gmail.com>", "license": "MIT" }