{
  "name": "dotc",
  "version": "1.0.0",
  "description": "c module system with #require and #export, node-style",
  "main": "index.js",
  "bin": {
    "dotc": "bin/dotc"
  },
  "dependencies": {
    "c-tokenizer": "~0.0.0",
    "through": "~2.3.4",
    "minimist": "~0.0.3",
    "resolve": "~0.5.0",
    "stream-combiner": "~0.0.2",
    "split": "~0.2.10"
  },
  "devDependencies": {
    "concat-stream": "~1.0.1",
    "mkdirp": "~0.3.5",
    "standard": "^6.0.8",
    "tap": "~0.4.4",
    "uppercase.c": "~0.0.0"
  },
  "scripts": {
    "test": "standard && tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/dotc.git"
  },
  "homepage": "https://github.com/substack/dotc",
  "keywords": [
    "c",
    "c++",
    "preprocessor",
    "compile",
    "module",
    "system"
  ],
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "license": "MIT"
}
