{
  "name": "ezvoicetek-ezacd-node-shell",
  "version": "1.0.2-p39",
  "description": "ezacd 整合",
  "main": "src/EzACDAgent.js",
  "scripts": {
    "test": "mocha --require babel-polyfill --require babel-register tests/**/**/*.spec.js",
    "build": "rimraf dist/ && babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files",
    "start": "npm run build && node dist/src/index.js",
    "play": "node dist/src/index.js"
  },
  "keywords": [
    "ezvoicetek",
    "acd",
    "cmd",
    "node",
    "javascript",
    "vue"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jocoonopa/EzAcd.git"
  },
  "files": [
    "src"
  ],
  "module": "src/EzACDAgent.js",
  "author": "jocoonopa",
  "license": "ISC",
  "dependencies": {
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "colors": "^1.3.1",
    "lodash": "^4.17.10",
    "md5": "^2.2.1",
    "prettyjson": "^1.2.1",
    "socket.io": "^2.1.1",
    "socket.io-client": "^2.1.1",
    "vm2": "^3.9.2",
    "websocket": "^1.0.26"
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "mocha": "^5.2.0",
    "mocha-webpack": "^1.1.0",
    "mock-socket": "^8.1.1",
    "rimraf": "^2.7.1",
    "sinon": "^6.3.5"
  },
  "homepage": "https://github.com/jocoonopa/EzAcd"
}
