{
  "name": "garlicoin-miner",
  "version": "0.1.0",
  "description": "A simple yet educational Garlicoin miner that contains Allium hash functions for nodejs!",
  "main": "index.js",
  "license": "MIT",
  "repository" : { 
    "type" : "git", 
    "url" : "https://github.com/KorkyMonster/garlicoin-miner-nodejs.git"
  },
  "dependencies": {
    "nan": "latest",
    "bindings": "latest",
    "node-gyp": "latest"
  },
  "scripts": {
    "test": "node example.js"
  },
  "gypfile": true
}
