{
  "name": "apostrophe-palette",
  "version": "2.0.30",
  "description": "In-context style toggling save to the apostrophe-global doc",
  "main": "index.js",
  "scripts": {
    "test": "npx eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apostrophecms/apostrophe-palette.git"
  },
  "keywords": [
    "ApostropheCMS",
    "apostrophe"
  ],
  "author": "Apostrophe Technologies, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apostrophecms/apostrophe-palette/issues"
  },
  "homepage": "https://github.com/apostrophecms/apostrophe-palette#readme",
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-apostrophe": "^3.1.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1"
  },
  "dependencies": {
    "async": "^2.6.0",
    "lodash": ">=4.17.13"
  }
}
