{
  "name": "gn-node",
  "version": "0.1.4",
  "description": "Node.js native addon build tool with GN.",
  "keywords": [
    "native",
    "addon",
    "build",
    "GN",
    "ninja"
  ],
  "bin": "./bin/gn-node.js",
  "main": "./lib/gn-node.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Shouqun/node-gn.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Shouqun Liu <liushouqun@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "1 || 2"
  }
}
