UNPKG

1.3 kBJSONView Raw
1{
2 "name": "hadron-type-checker",
3 "description": "Hadron Type Checker",
4 "author": "Durran Jordan <durran@gmail.com>",
5 "bugs": "https://github.com/mongodb-js/hadron-type-checker/issues",
6 "homepage": "https://github.com/mongodb-js/hadron-type-checker",
7 "version": "1.1.0",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/mongodb-js/hadron-type-checker.git"
11 },
12 "license": "Apache-2.0",
13 "keywords": [
14 "mongodb-js"
15 ],
16 "scripts": {
17 "ci": "npm test",
18 "fmt": "mongodb-js-fmt ./*.js ./test/*.js",
19 "test": "mocha --recursive",
20 "check": "mongodb-js-precommit"
21 },
22 "precommit": [
23 "check"
24 ],
25 "dependencies": {
26 "bson": "^1.0.1",
27 "lodash.find": "^4.4.0",
28 "lodash.has": "^4.4.0",
29 "lodash.includes": "^4.3.0",
30 "lodash.isarray": "^4.0.0",
31 "lodash.isempty": "^4.0.0",
32 "lodash.isnumber": "^3.0.3",
33 "lodash.isplainobject": "^4.0.4",
34 "lodash.isstring": "^4.0.1",
35 "lodash.toarray": "^4.2.4",
36 "lodash.tonumber": "^4.0.2",
37 "lodash.toplainobject": "^4.0.4",
38 "lodash.tostring": "^4.1.3"
39 },
40 "devDependencies": {
41 "chai": "^3.4.1",
42 "eslint-config-mongodb-js": "^2.2.0",
43 "mocha": "^3.1.2",
44 "mongodb-js-fmt": "^0.0.3",
45 "mongodb-js-precommit": "^0.2.9",
46 "pre-commit": "^1.1.2"
47 }
48}