{
  "name": "cic",
  "version": "2.0.10",
  "description": "Safe cross-iframe-communication js framework",
  "directories": {
    "test": "test"
  },
  "main": "dist/cic.min.js",
  "scripts": {
    "clean": "del-cli dist",
    "build": "webpack --config webpack-configs/webpack.prod.js",
    "dev": "webpack --config webpack-configs/webpack.dev.js",
    "test": "node test/server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pup/cic.git"
  },
  "keywords": [
    "cic",
    "iframe通信",
    "iframe communication",
    "cross iframe communication"
  ],
  "author": "happy-coder",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pup/cic/issues"
  },
  "homepage": "https://github.com/pup/cic#readme",
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-transform-modules-commonjs": "^7.7.5",
    "@babel/preset-env": "^7.6.3",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-preset-es3": "^1.0.1",
    "del-cli": "^3.0.0",
    "eslint": "^6.5.1",
    "eslint-loader": "^3.0.2",
    "fs-extra": "^8.1.0",
    "imports-loader": "^0.8.0",
    "parallel-webpack": "^2.4.0",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.9",
    "webpack-dev-server": "^3.8.2",
    "es5-polyfill": "0.0.6",
    "webpack-merge": "^4.2.2"
  }
}
