{
  "name": "datocms-plugin-alt-title-editor",
  "homepage": "https://github.com/leanpanda-com/datocms-plugins/tree/master/alt-title-editor",
  "description": "This plugin allows the editor to speed up editing images' titles and alts in a record. Install it on a JSON field and you will see two inputs, one for alt and one for title. By clicking on 'Apply' it applies the values to all images in the same record. To see the results you should refresh the page. If you have more than one locale you should enable the localization for the field on which the plugin is installed to be able to edit each locale independently.",
  "main": "index.js",
  "scripts": {
    "start": "concurrently \"yarn dev\" \"yarn localtunnel\"",
    "localtunnel": "lt -s datocms-plugin-alt-title-editor --port 5000",
    "dev": "NODE_ENV=development webpack-dev-server --port 5000",
    "dist": "NODE_ENV=production webpack --progress",
    "prepublishOnly": "rimraf lib dist && mkdir dist && npm run dist",
    "addToProject": "yo datocms-plugin:add-to-project",
    "lint:dev": "eslint -c .eslintrc-dev.js .",
    "lint:prod": "eslint .",
    "test": "jest"
  },
  "keywords": [
    "datocms",
    "datocms-plugin",
    "field-editor",
    "json-field",
    "images",
    "alt",
    "title"
  ],
  "files": [
    "dist",
    "docs"
  ],
  "author": "Lean Panda <info@leanpanda.com>",
  "license": "ISC",
  "datoCmsPlugin": {
    "title": "Alt & title Quick Editor",
    "previewImage": "docs/preview.gif",
    "coverImage": "docs/cover.png",
    "entryPoint": "dist/index.html",
    "pluginType": "field_editor",
    "fieldTypes": [
      "json"
    ],
    "parameters": {
      "global": [
        {
          "id": "apiToken",
          "label": "Dato API token",
          "type": "string",
          "required": true,
          "hint": "Full access API token"
        }
      ],
      "instance": []
    }
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.54",
    "@babel/core": "^7.0.0-beta.54",
    "@babel/plugin-transform-runtime": "^7.4.3",
    "@babel/preset-env": "^7.0.0-beta.54",
    "@babel/register": "^7.0.0-beta.54",
    "@babel/runtime": "^7.4.3",
    "babel-jest": "^24.7.1",
    "babel-loader": "^8.0.0-beta",
    "concurrently": "^4.0.1",
    "css-loader": "^1.0.0",
    "eslint": "^5.3.0",
    "eslint-config-leanpanda": "^0.0.1",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.0",
    "generator-datocms-plugin": "^1.0.3",
    "html-webpack-include-assets-plugin": "^1.0.5",
    "html-webpack-inline-source-plugin": "^0.0.10",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^24.7.1",
    "localtunnel": "^1.9.1",
    "mini-css-extract-plugin": "^0.4.3",
    "node-sass": "^4.12.0",
    "sass-loader": "^7.1.0",
    "serve": "^10.0.2",
    "style-loader": "^0.23.0",
    "webpack": "^4.16.1",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.10",
    "yo": "^2.0.5"
  },
  "dependencies": {
    "datocms-client": "^0.8.15"
  },
  "version": "0.1.0"
}
