{
  "name": "jardi-lib",
  "version": "1.0.10",
  "description": "garden data library - librairie de données sur le jardin",
  "main": "./lib/JardiDocs.js",
  "scripts": {
    "test": "mocha test/*.test.js",
    "cover": "nyc --reporter text --reporter cobertura --reporter html  --lines 66 mocha test/*.test.js",
    "release": "git checkout master&& git pull&& npm version patch&& git push origin master --tags&& . ./env/initGREN.dontpush.sh&& npx github-release-notes@0.17.1 release"
  },
  "author": "Boly38 <boly380@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/boly38/jardiLib.git"
  },
  "bugs": {
    "url": "https://github.com/boly38/jardiLib/issues"
  },
  "keywords": [
    "jardin",
    "garden",
    "flower",
    "fleurs",
    "seeds",
    "graines",
    "flowering",
    "floraison",
    "repicage",
    "transplanting",
    "plantation",
    "planting",
    "summer",
    "été"
  ],
  "copyright": {
    "title": "JardiLib",
    "years": [
      2020
    ],
    "author": "Brice Vandeputte"
  },
  "dependencies": {
    "async": "^3.2.0",
    "await": "^0.2.6",
    "chai": "^4.2.0",
    "flatten": "^1.0.3",
    "mongoose": "^5.10.7",
    "node-input-validator": "^4.2.1",
    "node-mongotools": "0.0.1",
    "terminal-kit": "^1.43.0"
  },
  "devDependencies": {
    "mocha": "^8.1.3",
    "node-key-sender": "^1.0.11",
    "nyc": "^15.1.0"
  },
  "jshintConfig": {
    "esversion": 6
  }
}
