{
  "name": "codex.editor.checklist",
  "version": "1.0.1",
  "keywords": [
    "codex editor",
    "checklist",
    "tool"
  ],
  "description": "Checklist Tool for CodeX.Editor",
  "license": "MIT",
  "repository": "https://github.com/codex-editor/checklist",
  "main": "./dist/bundle.js",
  "scripts": {
    "build": "webpack --config ./webpack.config.js --mode production --watch"
  },
  "author": {
    "name": "CodeX",
    "email": "team@ifmo.su"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "css-loader": "^1.0.0",
    "postcss-loader": "^3.0.0",
    "postcss-nested": "^4.1.1",
    "postcss-nested-ancestors": "^2.0.0",
    "style-loader": "^0.21.0",
    "webpack": "^4.16.3",
    "webpack-cli": "^3.1.0"
  },
  "babel": {
    "presets": [
      "env"
    ]
  }
}
