{
  "name": "jzedit",
  "main": "client/index.htm",
  "window": {
    "title": "JZedit",
    "show": true,
    "icon": "client/gfx/jz64.png",
    "toolbar": false,
    "frame": true,
    "transparent": false,
    "always-on-top": false
  },
  "bin": {
    "jzedit": "./bin/jzedit"
  },
  "private": false,
  "license": "SEE LICENSE IN LICENSE.txt",
  "description": "A text/code editor for JavaScript made in JavaScript",
  "keywords": [
    "editor",
    "IDE"
  ],
  "version": "9.3.0",
  "author": "Johan Zetterberg <zeta@zetafiles.org>",
  "dependencies": {
    "busboy": "^0.3.1",
    "dirname": "https://github.com/Z3TA/nwjs_dirname/tarball/master",
    "ftp": "https://github.com/Z3TA/node-ftp/tarball/master",
    "iconv-lite": "https://github.com/Z3TA/iconv-lite/tarball/master",
    "jschardet": "^1.6.0",
    "mammoth": "^1.4.7",
    "marked": "^0.7.0",
    "ncp": "^2.0.0",
    "sockjs": "^0.3.4",
    "ssh2": "^0.8.4",
    "ws": "^6.1.3"
  },
  "optionalDependencies": {
    "mysql2": "^1.6.5",
    "posix": "^4.1.2",
    "node-pty": "^0.8.1",
    "nodehun": "^2.0.12"
  },
  "repository": {
    "type": "Mercurial",
    "url": "http://hg.webtigerteam.com/repo/jzedit/"
  },
  "devDependencies": {
    "html-minifier": "^4.0.0",
    "uglify-js": "^3.3.28",
    "uglifycss": "^0.0.29"
  },
  "scripts": {
    "start": "node ./start.js -local",
    "server": "node ./server/server.js --loglevel=6 --username=admin --password=admin --ip=127.0.0.1 --port=8099 -nochroot"
  }
}
