{
  "name": "edonctp",
  "version": "1.0.0",
  "description": "ctp lib based on nodejs",
  "author": "weilee",
  "license": "MIT",
  "main": "index.js",
  "gypfile": true,
  "dependencies": {
    "bindings": "^1.5.0",
    "lodash": "^4.17.15",
    "log4js": "^6.1.2",
    "microenum": "^0.0.2",
    "node-gyp": "^6.1.0"
  },
  "scripts": {
    "build": "node-gyp configure & node-gyp build",
    "rebuild": "node-gyp rebuild",
    "clean": "node-gyp clean",
    "cfg": "node-gyp configure",
    "autodict": "node ./scripts/autodict"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iamweilee/nodectp.git"
  },
  "keywords": [
    "ctp",
    "nodectp",
    "edonctp"
  ],
  "bugs": {
    "url": "https://github.com/iamweilee/nodectp/issues"
  },
  "homepage": "https://github.com/iamweilee/nodectp#readme"
}
