iridium
Version:
A custom lightweight ORM for MongoDB designed for power-users
32 lines (31 loc) • 579 B
JSON
{
"version": "0.1.0",
"configurations": [
{
"name": "Run Tests",
"type": "node",
"program": "node_modules/mocha/bin/mocha",
"stopOnEntry": false,
"args": ["--debug"],
"cwd": ".",
"runtimeExecutable": null,
"env": { }
},
{
"name": "Run Benchmark",
"type": "node",
"program": "benchmarks/mongodb.js",
"stopOnEntry": true,
"args": ["--debug"],
"cwd": ".",
"runtimeExecutable": null,
"env": { }
},
{
"name": "Attach",
"type": "node",
"address": "localhost",
"port": 5858
}
]
}