{
  "name": "lkl",
  "version": "1.0.3",
  "description": "NodeJS native bindings to the Linux Kernel Library project",
  "author": "Petros Angelatos <petrosagg@resin.io>",
  "license": "Apache-2.0",
  "main": "index.js",
  "homepage": "https://github.com/resin-io/node-lkl",
  "repository": {
    "type": "git",
    "url": "git://github.com/resin-io/node-lkl.git"
  },
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp build",
    "pretest": "eslint lib test",
    "test": "mocha"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "file-disk": "^5.0.0",
    "mocha": "^2.2.5"
  },
  "dependencies": {
    "async": "^2.1.5",
    "bindings": "^1.2.1",
    "bluebird": "^3.5.3",
    "nan": "^2.5.1"
  }
}
