{
  "name": "tcc",
  "version": "3.0.2",
  "description": "TCC(Tiny C Compiler) bindings for node.js",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "dependencies": {},
  "devDependencies": {
    "tap": "~0.3.1"
  },
  "scripts": {
    "test": "tap test/*.js",
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tokuhirom/node-tcc.git"
  },
  "keywords": [
    "TCC",
    "C"
  ],
  "author": "Tokuhiro Matsuno",
  "license": "MIT",
  "gypfile": true
}
