{
    "name": "vision-inventory",
    "description": "Node.js Inventory Server",
    "version": "0.0.5",
    "repository": {
        "type": "git",
        "url": "git+ssh://github.scm.corp.ebay.com/Mantis/vision-cpp"
    },
    "directories": {
        "lib": "./lib",
        "bin": "./bin"	
    },		 
    "dependencies": {
        "winston": "0.7.x"
    },
    "scripts" : {
    	"prepublish" : "make all"
    },   
    "devDependencies": {
        "test": ">=0.0.10",
        "config": "0.4.x"
    },
    "main": "./index.js"
}
