forked from nosqlclient/nosqlclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 KB
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
{
"private": true,
"name": "mongoclient",
"version": "2.2.0",
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-meteor": "^5.0.0",
"eslint-plugin-react": "^7.10.0"
},
"dependencies": {
"@babel/runtime": "7.0.0-beta.55",
"babel-runtime": "^6.26.0",
"bootstrap-filestyle": "^1.2.1",
"bson": "^3.0.0",
"cheerio": "0.22.0",
"codemirror": "^5.37.0",
"cross-spawn": "^6.0.5",
"datatables.net": "^1.10.13",
"datatables.net-bs": "^1.10.13",
"datatables.net-buttons": "^1.5.1",
"datatables.net-buttons-bs": "^1.5.1",
"datatables.net-responsive": "^2.2.1",
"datatables.net-responsive-bs": "^2.2.1",
"dot-object": "^1.7.0",
"fbbk-json": "^1.1.1",
"jquery": "^2.2.0",
"jquery-contextmenu": "2.6.4",
"jsoneditor": "^5.15.0",
"ladda": "^1.0.6",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.22.1",
"mongodb": "3.1.1",
"parse-mongo-url": "^1.1.1",
"spin.js": "^4.0.0",
"toastr": "^2.1.4",
"tunnel-ssh": "4.1.4",
"winston": "^3.0.0"
}
}