{
  "name": "node-docker",
  "private": false,
  "version": "0.0.1",
  "description": "Node wrapper around the docker REST API - NOTE: alpha status",
  "homepage": "https://github.com/colmsjo/node-docker",
  "repository": {
    "type": "git",
    "url": "https://github.com/colmsjo/node-docker.git"
  },
  "bugs": {
    "url": "https://github.com/colmsjo/node-docker/issues"
  },
  "author": "Jonas Colmsjö <jonas@gizur.com>",
  "main": "./build/node-docker.js",
  "dependencies": {
    "optimist": "0.6.0",
    "async":"0.2.9",
    "helpersjs" : "0.1.5",
    "nconf" : "0.6.7",
    "forever" : "*",
    "prettyjson" : "0.8.1"
  },
  "devDependencies" : {
    "grunt": "*",
    "grunt-contrib-jshint": "*",
    "grunt-contrib-nodeunit": "*",
    "grunt-contrib-watch": "*",
    "grunt-contrib-concat": "*",
    "grunt-contrib-uglify": "*",
    "doccoh":"0.4.1"
  },
  "keywords": [
    "Linux containers",
    "LXC",
    "Docker"
  ],
  "license": "WTFPL",
  "preferGlobal": false
}
