-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "sql-to-mongo",
"version": "1.0.0",
"description": "#### Personal project to query MongoDB using standard SQL in Mongo shell, with custom tab completion (WIP).",
"main": "getSchema.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmannDev43/sqlToMongo.git"
},
"keywords": [
"sql",
"mongo",
"auto-complete"
],
"author": "Josh Mann",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmannDev43/sqlToMongo/issues"
},
"homepage": "https://github.com/jmannDev43/sqlToMongo#readme",
"dependencies": {
"child-process": "^1.0.2",
"jsonfile": "^2.4.0",
"mongodb": "^2.2.19",
"underscore": "^1.8.3"
}
}