{
  "name": "v8flags",
  "description": "Get available v8 flags.",
  "version": "3.0.2",
  "homepage": "https://github.com/tkellen/node-v8flags",
  "author": {
    "name": "Tyler Kellen",
    "url": "http://goingslowly.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tkellen/node-v8flags.git"
  },
  "bugs": {
    "url": "https://github.com/tkellen/node-v8flags/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
    }
  ],
  "scripts": {
    "test": "mocha -R spec test.js"
  },
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "keywords": [
    "v8 flags",
    "harmony flags"
  ],
  "devDependencies": {
    "async": "^2.5.0",
    "chai": "^4.1.0",
    "mocha": "^3.4.2",
    "proxyquire": "^1.8.0"
  },
  "dependencies": {
    "homedir-polyfill": "^1.0.1"
  }
}
