contexture-mongo
Version:
Mongo Provider for Contexture
68 lines (67 loc) • 1.9 kB
JSON
{
"name": "contexture-mongo",
"version": "0.1.1",
"description": "Mongo Provider for Contexture",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/_mocha --recursive",
"test-integration": "./node_modules/mocha/bin/_mocha --recursive integration-test/example-types",
"test:ci": "./node_modules/mocha/bin/_mocha --recursive --reporter json > test-results.json",
"test-watch": "chokidar 'src/**/*.js' 'test/**/*.js' -c 'npm t'",
"lint": "eslint --ignore-path .gitignore '{src,test}/**/*.js'",
"lint:fix": "npm run lint -- --fix",
"lint:ci": "npm run lint -- -o lint-results.json -f json",
"fmt": "prettier --write '{src,test}/**/*.js'",
"duti": "duti",
"duti:fix": "npm run lint:fix; npm run fmt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartprocure/contexture-mongo.git"
},
"keywords": [
"contexture",
"mongo"
],
"author": "Samuel Greene",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartprocure/contexture-mongo/issues"
},
"homepage": "https://github.com/smartprocure/contexture-mongo#readme",
"prettier": {
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
},
"duti": {
"prNetChangeThreshold": 500,
"recommendedPrReviewers": 1,
"lintResultsPath": ".",
"testResultsPath": ".",
"autoFix": {
"extensions": [
".js"
]
}
},
"dependencies": {
"@elastic/datemath": "^2.3.0",
"bluebird": "^3.5.0",
"futil-js": "^1.31.0",
"include-all": "^4.0.3",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"mongodb": "^2.2.31"
},
"devDependencies": {
"chai": "^4.1.2",
"chokidar-cli": "^1.2.0",
"contexture": "^0.0.4",
"duti": "^0.7.0",
"eslint": "^4.7.2",
"eslint-config-smartprocure": "^1.0.0",
"mocha": "^3.5.3",
"prettier": "^1.7.2"
}
}