UNPKG

1.23 kBJSONView Raw
1{
2 "name": "hadron-document",
3 "description": "Hadron Document",
4 "author": "Durran Jordan <durran@gmail.com>",
5 "bugs": "https://github.com/mongodb-js/hadron-document/issues",
6 "homepage": "https://github.com/mongodb-js/hadron-document",
7 "version": "3.1.4",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/mongodb-js/hadron-document.git"
11 },
12 "license": "Apache-2.0",
13 "keywords": [
14 "mongodb-js"
15 ],
16 "scripts": {
17 "ci": "npm run check && npm test",
18 "test": "mocha",
19 "fmt": "mongodb-js-fmt ./*.js ./test/*.js",
20 "check": "mongodb-js-precommit"
21 },
22 "precommit": [
23 "check"
24 ],
25 "dependencies": {
26 "debug": "^2.2.0",
27 "hadron-type-checker": "^3.0.0",
28 "lodash.foreach": "^4.3.0",
29 "lodash.includes": "^4.1.3",
30 "lodash.isarray": "^4.0.0",
31 "lodash.isequal": "^4.5.0",
32 "lodash.isplainobject": "^4.0.4",
33 "lodash.isstring": "^4.0.1",
34 "lodash.keys": "^4.0.7",
35 "uuid": "^3.0.0"
36 },
37 "devDependencies": {
38 "bson": "^0.5.4",
39 "chai": "^3.4.1",
40 "eslint-config-mongodb-js": "^2.2.0",
41 "mocha": "^2.3.4",
42 "moment": "^2.18.1",
43 "mongodb-js-fmt": "^0.0.3",
44 "mongodb-js-precommit": "^0.2.9",
45 "pre-commit": "^1.1.2"
46 }
47}