mongo-aql
Version:
A mongo-like interface for aql generation
32 lines (31 loc) • 547 B
JSON
{
"name": "mongo-aql",
"version": "0.5.20",
"description": "A mongo-like interface for aql generation",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:k-components/mongo-aql.git"
},
"keywords": [
"mongo",
"arango",
"arangodb",
"aql"
],
"author": "Ilkka Huotari",
"contributors": [
"John Fawcett"
],
"license": "BSD",
"devDependencies": {
"expect.js": "*",
"mocha": "*"
}
}