{
  "name": "libraw",
  "version": "0.1.4",
  "description": "Asynchronous bindings for LibRaw",
  "repository": {
    "type": "git",
    "url": "git://github.com/m0g/node-libraw.git"
  },
  "main": "libraw.js",
  "scripts": {
    "build": "node-gyp configure build",
    "test": "mocha tests.js"
  },
  "author": "",
  "license": "MIT",
  "keywords": [
    "raw",
    "libraw",
    "photography",
    "camera",
    "image"
  ],
  "engines" : {
    "node" : ">4.0"
  },
  "dependencies": {
    "nan": "^2.2.1"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.4"
  }
}
