This repository was archived by the owner on May 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.3 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.3 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
44
45
46
47
48
{
"name": "hadron-document",
"description": "Hadron Document",
"author": "Durran Jordan <durran@gmail.com>",
"bugs": "https://github.com/mongodb-js/hadron-document/issues",
"homepage": "https://github.com/mongodb-js/hadron-document",
"version": "6.1.0",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/hadron-document.git"
},
"license": "Apache-2.0",
"keywords": [
"mongodb-js"
],
"scripts": {
"ci": "npm test",
"test": "mocha",
"check": "mongodb-js-precommit",
"prepublishOnly": "babel ./src --out-dir ./lib",
"pretest": "babel ./src --out-dir ./lib"
},
"dependencies": {
"debug": "^4.1.1",
"eventemitter3": "^4.0.0",
"hadron-type-checker": "^5.0.0",
"lodash.foreach": "^4.3.0",
"lodash.includes": "^4.1.3",
"lodash.isarray": "^4.0.0",
"lodash.isequal": "^4.5.0",
"lodash.isplainobject": "^4.0.4",
"lodash.isstring": "^4.0.1",
"lodash.keys": "^4.0.7",
"uuid": "^7.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.5.2",
"bson": "^4.0.3",
"chai": "^4.2.0",
"eslint-config-mongodb-js": "^5.0.3",
"mocha": "^7.0.1",
"moment": "^2.18.1",
"mongodb-js-precommit": "^2.1.0"
}
}