{
  "name": "anitomy-node",
  "version": "0.0.6",
  "description": "Anitomy on Node",
  "main": "index.js",
  "devDependencies": {
    "nan": "^2.0.5",
    "node-gyp": "^1.0.3",
    "node-pre-gyp": "^0.6.19"
  },
  "dependencies": {
    "bindings": "^1.2.1"
  },
  "scripts": {
    "test": "./node_modules/.bin/jasmine-node spec --verbose",
    "rebuild": "node-gyp rebuild --target=1.3.1 --arch=x64 --dist-url=https://atom.io/download/atom-shell",
    "build": "node-gyp build --target=1.3.1 --arch=x64 --dist-url=https://atom.io/download/atom-shell",
    "nrebuild": "node-gyp rebuild --debug",
    "nbuild": "node-gyp build --debug",
    "conf": "node-gyp configure --arch=x64"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arkenthera/anitomy-node.git"
  },
  "keywords": [
    "anitomy",
    "anime file parse",
    "parsing"
  ],
  "author": "arkenthera",
  "license": "ISC",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/arkenthera/anitomy-node/issues"
  },
  "homepage": "https://github.com/arkenthera/anitomy-node#readme",
  "binary": {
    "module_name": "anitomy-node",
    "module_path": "./lib/binding/",
    "host": "https://your_module.s3-us-west-1.amazonaws.com"
  }
}
