UNPKG

1.26 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": "4.0.0",
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 "eventemitter3": "^2.0.3",
28 "hadron-type-checker": "^3.0.0",
29 "lodash.foreach": "^4.3.0",
30 "lodash.includes": "^4.1.3",
31 "lodash.isarray": "^4.0.0",
32 "lodash.isequal": "^4.5.0",
33 "lodash.isplainobject": "^4.0.4",
34 "lodash.isstring": "^4.0.1",
35 "lodash.keys": "^4.0.7",
36 "uuid": "^3.0.0"
37 },
38 "devDependencies": {
39 "bson": "^0.5.4",
40 "chai": "^3.4.1",
41 "eslint-config-mongodb-js": "^2.2.0",
42 "mocha": "^2.3.4",
43 "moment": "^2.18.1",
44 "mongodb-js-fmt": "^0.0.3",
45 "mongodb-js-precommit": "^0.2.9",
46 "pre-commit": "^1.1.2"
47 }
48}