UNPKG

sworm

Version:

a lightweight write-only ORM for MSSQL, MySQL, PostgreSQL, Oracle, Sqlite 3

60 lines (59 loc) 1.52 kB
{ "name": "sworm", "version": "3.7.0", "description": "a lightweight write-only ORM for MSSQL, MySQL, PostgreSQL, Oracle, Sqlite 3", "main": "index.js", "dependencies": { "cooperative": "1.1.0", "debug": "2.6.8", "randomstring": "1.1.5", "underscore": "1.8.3" }, "devDependencies": { "chai": "4.0.2", "chai-as-promised": "7.0.0", "electron": "1.6.11", "electron-mocha": "4.0.0", "electron-rebuild": "1.5.11", "es6-promise": "3.2.1", "eslint-plugin-es5": "1.1.0", "fs-promise": "0.5.0", "mocha": "3.4.2", "mssql": "3.3.0", "mysql": "2.11.1", "object-keys": "1.0.11", "pg": "6.1.0", "sqlite3": "3.1.8" }, "scripts": { "test": "mocha && npm run test-websql", "test-websql": "electron-mocha --renderer test/browser", "test-oracledb": "mocha test/oracleSpec.js", "test-mysql": "mocha test/mysqlSpec.js", "test-postgres": "mocha test/postgresSpec.js", "test-mssql": "mocha test/mssqlSpec.js", "test-sqlite": "mocha test/sqliteSpec.js" }, "repository": { "type": "git", "url": "https://github.com/featurist/sworm.git" }, "keywords": [ "activerecord", "database", "postgres", "postgresql", "mysql", "orm", "mssql", "sqlserver", "sql", "server" ], "author": "Tim Macfarlane <timmacfarlane@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/featurist/sworm/issues" }, "homepage": "https://github.com/featurist/sworm" }