{
  "name": "moval",
  "version": "1.0.3",
  "description": "fast de duplication of different types of arrays",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha",
    "release": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wushuxuan/moval.git"
  },
  "keywords": [
    "array","duplication","去重","数组去重"
  ],
  "author": "https://github.com/wushuxuan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wushuxuan/moval/issues"
  },
  "homepage": "https://github.com/wushuxuan/moval#readme",
  "devDependencies": {
    "@babel/cli": "^7.6.2",
    "@babel/core": "^7.6.2",
    "@babel/preset-env": "^7.6.2",
    "babel-loader": "^8.0.6",
    "mocha": "^6.2.0",
    "webpack": "^4.40.2",
    "webpack-cli": "^3.3.9"
  },
  "dependencies": {
    "@babel/polyfill": "^7.6.0"
  }
}
