{
  "name": "llvm",
  "version": "0.1.0",
  "description": "Bindings for the LLVM compiler infrastructure",
  "main": "index.js",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script",
    "valgrind": "valgrind --leak-check=full --show-possibly-lost=no node --expose-gc --trace-gc node_modules/mocha/bin/_mocha -R spec --compilers coffee:coffee-script"
  },
  "repository": "https://github.com/kevinmehall/node-llvm.git",
  "author": "Kevin Mehall <km@kevinmehall.net>",
  "license": "BSD",
  "dependencies": {
    "bindings": "~1.0.0",
    "ref": "~0.1.3",
    "ffi": "~1.2.5"
  },
  "devDependencies": {
    "coffee-script": "~1.4.0",
    "mocha": "~1.7.1"
  }
}
