{
  "name": "btrfs",
  "version": "0.1.9",
  "description": "A btrfs library for nodejs applications",
  "main": "application.js",
  "dependencies": {
    "lodash": "^3.7.0",
    "mocha": "^2.2.4",
    "nan": "^1.8.2"
  },
  "devDependencies": {},
  "scripts": {
    "test": "./node_modules/.bin/mocha",
    "install": "node-gyp rebuild"
  },
  "gypfile": true,
  "author": "ContainerShip Developers <developers@containership.io>",
  "license": "GPL-3.0",
  "keywords": [
    "btrfs"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/containership/node-btrfs.git"
  },
  "bugs": {
    "url": "https://github.com/containership/node-btrfs/issues"
  },
  "homepage": "https://github.com/containership/node-btrfs"
}