{
  "name": "zwitterion",
  "version": "0.12.8",
  "description": "Static development file server for TypeScript, built with NGINX and Node.js.",
  "scripts": {
    "start": "node main.js"
  },
  "bin": {
    "zwitterion": "./main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lastmjs/zwitterion.git"
  },
  "author": "Jordan Last <jordan.michael.last@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lastmjs/zwitterion/issues"
  },
  "homepage": "https://github.com/lastmjs/zwitterion#readme",
  "dependencies": {
    "chokidar": "^1.7.0",
    "commander": "^2.11.0",
    "typescript": "^2.4.2",
    "ws": "^3.0.0"
  }
}
