{
  "name": "heysdktools",
  "version": "0.6.9",
  "description": "A tools for heysdk",
  "keywords": [
    "heysdk",
    "tools"
  ],
  "preferGlobal": true,
  "config": {
    "publishtest": false
  },
  "homepage": "http://www.heysdk.com/",
  "author": {
    "name": "zhs007",
    "email": "sssxueren@gmail.com",
    "url": "http://www.heysdk.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/heysdk/heysdktools"
  },
  "bugs": {
    "url": "https://github.com/heysdk/heysdktools/issues",
    "email": "sssxueren@gmail.com"
  },
  "directories": {
    "bin": "./bin"
  },
  "main": "./heysdktools.js",
  "bin": {
    "heysdk": "./bin/heysdk.js"
  },
  "scripts": {
    "start": "node ./samples/mergexml.js"
  },
  "dependencies": {
    "xmldom": "*",
    "pretty-data": "*",
    "heyutils": "*",
    "moment": "*",
    "async": "*"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}