{
  "name": "flavor-js",
  "version": "0.4.11",
  "description": "FlavorJS the definitive JS natives chainable extensions methods (based on lodash & ES6)",
  "main": "dist/flavor.min.js",
  "scripts": {
    "git-prepare": "changelog && echo 'CHANGELOG.md file built' && npm run readme && npm run docs",
    "docs": "rm -rf docs && jsdoc -R ./README.md -r -c ./jsdoc.json && echo 'Documentation built in ./docs folder'",
    "readme": "pkg-2-readme package.json > README.md -t \"./pkg-2-readme.template.md\" && echo 'README.md file built' || echo 'README.md building error'",
    "build": "webpack --progress",
    "build:release": "npm run git-prepare && npm run build",
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blackmirror1980/flavor-js.git"
  },
  "keywords": [
    "extend",
    "natives",
    "javascript",
    "flavor-js",
    "ES6"
  ],
  "author": "Black Mirror",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blackmirror1980/flavor-js/issues"
  },
  "homepage": "https://blackmirror1980.github.io/flavor-js",
  "documentation": "https://blackmirror1980.github.io/flavor-js/docs/index.html",
  "dependencies": {
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.11",
    "marked": "^0.6.2"
  },
  "devDependencies": {
    "babel-core": "^6.26.2",
    "babel-eslint": "^8.2.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.6.1",
    "clean-webpack-plugin": "^0.1.19",
    "docdash": "^0.4.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.7.0",
    "hoek": "^5.0.3",
    "ink-docstrap": "^1.3.2",
    "jsdoc": "^3.6.2",
    "lodash-webpack-plugin": "^0.11.5",
    "ssri": "^6.0.0",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^4.6.0",
    "webpack-cli": "^3.3.4",
    "webpack-ver-plugin": "0.0.2"
  }
}