94 lines
2.1 KiB
JSON
94 lines
2.1 KiB
JSON
|
|
{
|
||
|
|
"name": "sequelize-oracle",
|
||
|
|
"description": "Multi dialect ORM for Node.JS/io.js",
|
||
|
|
"version": "3.3.2-0.0",
|
||
|
|
"author": "Lebret Rémi",
|
||
|
|
"contributors": [
|
||
|
|
{
|
||
|
|
"name": "Sascha Depold",
|
||
|
|
"email": "sascha@depold.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Jan Aagaard Meier",
|
||
|
|
"email": [
|
||
|
|
"janzeh@gmail.com",
|
||
|
|
"jmei@itu.dk"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Daniel Durante",
|
||
|
|
"email": "me@danieldurante.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Mick Hansen",
|
||
|
|
"email": "mick.kasper.hansen@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/lebretr/sequelize-oracle.git"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/lebretr/sequelize-oracle/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"bluebird": "~2.9.24",
|
||
|
|
"depd": "^1.0.1",
|
||
|
|
"dottie": "^0.3.1",
|
||
|
|
"generic-pool": "2.2.0",
|
||
|
|
"inflection": "^1.6.0",
|
||
|
|
"lodash": "^3.9.3",
|
||
|
|
"moment": "^2.9.0",
|
||
|
|
"moment-timezone": "^0.4.0",
|
||
|
|
"node-uuid": "~1.4.1",
|
||
|
|
"shimmer": "1.0.0",
|
||
|
|
"toposort-class": "~0.3.0",
|
||
|
|
"validator": "^3.34.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"chai": "^2.1.2",
|
||
|
|
"chai-as-promised": "^4.3.0",
|
||
|
|
"chai-datetime": "~1.3.0",
|
||
|
|
"chai-spies": "~0.5.1",
|
||
|
|
"coffee-script": "~1.9.1",
|
||
|
|
"commander": "^2.6.0",
|
||
|
|
"continuation-local-storage": "^3.1.4",
|
||
|
|
"dox": "0.7.1",
|
||
|
|
"git": "^0.1.5",
|
||
|
|
"istanbul": "~0.3.0",
|
||
|
|
"jshint": ">=2.4.2",
|
||
|
|
"lcov-result-merger": "~1.0.0",
|
||
|
|
"mocha": "^2.2.1",
|
||
|
|
"mysql": "~2.6.2",
|
||
|
|
"pg": "^4.2.0",
|
||
|
|
"pg-hstore": "^2.3.1",
|
||
|
|
"pg-native": "^1.8.0",
|
||
|
|
"sinon": "^1.14.1",
|
||
|
|
"sinon-chai": "^2.7.0",
|
||
|
|
"sqlite3": "^3.0.6",
|
||
|
|
"tedious": "^1.7.0",
|
||
|
|
"watchr": "~2.4.11"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"mysql",
|
||
|
|
"sqlite",
|
||
|
|
"postgresql",
|
||
|
|
"postgres",
|
||
|
|
"mssql",
|
||
|
|
"orm",
|
||
|
|
"nodejs",
|
||
|
|
"object relational mapper"
|
||
|
|
],
|
||
|
|
"main": "index",
|
||
|
|
"scripts": {
|
||
|
|
"test": "make all",
|
||
|
|
"test-docker": "sudo docker-compose run sequelize /bin/sh -c \"make all\"",
|
||
|
|
"build-docker": "sudo docker-compose build",
|
||
|
|
"docs": "node docs/docs-generator.js"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.6.21"
|
||
|
|
},
|
||
|
|
"license": "MIT"
|
||
|
|
}
|