forked from nosqlclient/nosqlclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"private": true,
"name": "mongoclient",
"version": "2.2.0",
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-meteor": "^5.1.0",
"eslint-plugin-react": "^7.11.1"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"babel-runtime": "^6.26.0",
"basic-auth": "^2.0.1",
"bootstrap-filestyle": "^1.2.1",
"bson": "^3.0.2",
"cheerio": "0.22.0",
"codemirror": "^5.42.0",
"cross-spawn": "^6.0.5",
"datatables.net": "^1.10.13",
"datatables.net-bs": "^1.10.13",
"datatables.net-buttons": "^1.5.4",
"datatables.net-buttons-bs": "^1.5.4",
"datatables.net-responsive": "^2.2.1",
"datatables.net-responsive-bs": "^2.2.1",
"dot-object": "^1.7.1",
"fbbk-json": "^1.1.1",
"jquery": "^2.2.0",
"jquery-contextmenu": "2.6.4",
"jsoneditor": "^5.26.2",
"ladda": "^1.0.6",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.22.1",
"mongodb": "^3.1.10",
"parse-mongo-url": "^1.1.1",
"spin.js": "^4.0.0",
"toastr": "^2.1.4",
"tunnel-ssh": "4.1.4",
"url": "^0.11.0",
"winston": "^3.1.0"
}
}