{
  "name": "jetc",
  "version": "0.7.2",
  "description": "Jet.js Compiler and Server.",
  "main": "index.js",
  "scripts": {
    "postinstall": "node postinstall"
  },
  "files": [
    "bin/",
    "conf/",
    "index.js",
    "license.txt",
    "postinstall.js"
  ],
  "bin": {
    "jetc": "bin/run.js",
    "jetc-server": "bin/server.js"
  },
  "author": "Oleksandr Krayilo",
  "license": "ISC",
  "dependencies": {
    "jeti": "^0.9.0"
  }
}
