{
  "name": "xmindparser",
  "version": "1.0.2",
  "description": "xmind解析为kityminder json格式，与kityminder json转xmind格式（支持浏览器）",
  "main": "./index.js",
  "scripts": {
    "test": "mocha",
    "pub": "npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xieguanhua/xmindparser"
  },
  "keywords": [
    "xmind",
    "json",
    "kityminder",
    "naotu"
  ],
  "author": "guanhuaxie <15989449409@163.com>",
  "license": "MIT",
  "dependencies": {
    "jszip": "^3.6.0",
    "request": "^2.88.2",
    "xmind": "^2.2.2",
    "xml-formatter": "^2.4.0",
    "xml-js": "^1.6.11"
  },
  "devDependencies": {
    "mocha": "^8.3.2",
    "chai": "^4.3.4"
  }
}
