-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
55 lines (55 loc) · 1.39 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
46
47
48
49
50
51
52
53
54
55
{
"name": "devextreme-query-mongodb",
"version": "2.0.16",
"description": "Querying a MongoDB collection using DevExtreme data store load parameters",
"main": "index.js",
"files": [
"index.js",
"options.js",
"dist",
"src",
"LICENSE",
"README.md"
],
"scripts": {
"prepare": "babel src --out-dir ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliversturm/devextreme-query-mongodb.git"
},
"keywords": [
"DevExtreme",
"MongoDB"
],
"author": "Oliver Sturm <oliver@oliversturm.com>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/oliversturm/devextreme-query-mongodb/issues"
},
"homepage": "https://github.com/oliversturm/devextreme-query-mongodb#readme",
"engines": {
"node": ">=7.3"
},
"dependencies": {
"yup": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-plugin-remove-comments": "^2.0.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.3.7",
"eslint": "^8.38.0",
"eslint-plugin-promise": "^6.1.1",
"mocha": "^10.2.0",
"mongodb": "^5.2.0",
"nyc": "^15.1.0",
"qs": "^6.11.1",
"sinon": "^15.0.3"
}
}