{
  "name": "json-editor-online",
  "version": "4.0.0",
  "description": "Command line tool for jsoneditoronline.cn",
  "main": "json-editor.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@code.aliyun.com:wayde.sun/json-editor-online.git"
  },
  "keywords": [
    "json",
    "editor",
    "online",
    "json-editor-online",
    "npm",
    "package",
    "command",
    "line"
  ],
  "author": "Wayde Sun <wayde.sun@gmail.com> (https://jsoneditoronline.cn/)",
  "license": "MIT",
  "preferGlobal": true,
  "bin": {
    "json": "./json-editor.js"
  },
  "dependencies": {
    "commander": "^2.11.0",
    "jsonpack": "^1.1.5",
    "progress": "^2.0.0",
    "request": "^2.81.0",
    "urlencode": "^1.1.0"
  },
  "engines": {
    "node": ">=4.8.4",
    "npm": ">=2.15.11"
  },
  "devDependencies": {
    "mocha": "^3.5.0"
  }
}
