{
  "name": "@djforth/cookie_mgmt_fp",
  "version": "1.2.1",
  "description": "Cookies manager",
  "main": "index.js",
  "scripts": {
    "build": "NODE_ENV=production rollup -c",
    "build:watch": "NODE_ENV=production rollup -c -w",
    "lint": "eslint src/** --fix",
    "lint:tests": "eslint __test__/** --fix",
    "test": "jest --coverage --config jest.config.json",
    "test:watch": "jest --watch --config jest.config.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/djforth/cookie_mgmt_fp.git"
  },
  "author": "A Stainforth",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/djforth/cookie_mgmt_fp/issues"
  },
  "homepage": "https://github.com/djforth/cookie_mgmt_fp#readme",
  "devDependencies": {
    "@djforth/jest-matchers": "1.4.0",
    "@djforth/stubs-spy-manager-jest": "^1.2.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.3",
    "babel-jest": "^21.2.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-dynamic-import-node": "^1.2.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-lodash": "^3.3.2",
    "babel-plugin-rewire": "^1.1.0",
    "babel-plugin-rewire-ignore-coverage": "^2.0.2",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-minify": "^0.2.0",
    "eslint-config-morsedigital-prettier": "^1.1.1",
    "eslint-plugin-jest": "^21.3.2",
    "immutable": "^3.8.2",
    "jest": "^21.2.1",
    "lodash": "^4.6.0",
    "moment": "^2.19.3",
    "rollup": "^0.52.0",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-commonjs": "^8.2.6",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^2.0.1"
  },
  "dependencies": {}
}
