{
  "author": "Henri Bouvier",
  "name": "tomahawk",
  "description": "Minimal HTTP Server",
  "version": "0.1.6",
  "repository": {
    "type": "git",
    "url": "https://github.com/hbouvier/tomahawk.git"
  },
  "dependencies": {
    "body-parser": "1.5.0",
    "connect": "3.0.2",
    "errorhandler": "1.1.1",
    "express": "4.6.1",
    "morgan": "1.2.0",
    "node-options": "0.0.6",
    "socket.io": "1.0.6",
    "winston": "0.7.3"
  },
  "engines": {
    "node": ">= 0.8.0 < 0.11.0"
  },
  "main": "./lib/tomahawk.js",
  "bin": {
    "tomahawk": "./bin/tomahawk"
  },
  "scripts": {
    "start": "bin/tomahawk"
  },
  "configuration": {
    "name": "Tomahawk",
    "level": "verbose",
    "www": ".",
    "config": "config.json",
    "context": "/",
    "port": 8080,
    "ip": "0.0.0.0",
    "plugins" : [],
    "routes": [],
    "cgi": [],
    "headers": [],
    "socket": {
      "level": "error",
      "transports": [
        "websocket",
        "flashsocket",
        "htmlfile",
        "xhr-polling",
        "jsonp-polling"
      ],
      "pollingduration": 10
    }
  }
}
