{
  "name": "winser",
  "version": "1.0.3",
  "description": "Run a node.js application as a window service using nssm.",
  "keywords": [
    "windows",
    "services",
    "service",
    "daemon"
  ],
  "homepage": "http://jfromaniello.github.com/winser",
  "author": {
    "name": "Jose Fernando Romaniello",
    "email": "jfromaniello@gmail.com",
    "url": "http://joseoncode.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jfromaniello/winser.git"
  },
  "private": false,
  "dependencies": {
    "async": "0.9.0",
    "stdio": "0.2.2"
  },
  "bin": {
    "winser": "./bin/winser"
  },
  "engines": {
    "node": ">=0.6.13"
  }
}
