{
  "name": "preproc",
  "version": "0.1.14",
  "description": "Preproc.js is the anything preprocessor for node.js. Preprocess any file performing inclusions and conditional compilation.",
  "homepage":    "https://github.com/mcasimir/preprocjs",
  "author": {
    "name":  "mcasimir",
    "email": "maurizio.cas@gmail.com",
    "url":   "https://github.com/mcasimir"
  },
  "keywords": [
    "preproc",
    "preprocessor",
    "compiler",
    "preprocjs",
    "preproc.js"
  ],
  "repository" : {
    "type" : "git",
    "url" : "https://github.com/mcasimir/preprocjs.git"
  },

  "main": "dist/preproc.js",
  "dependencies": {
    "pegjs": "~0.7.0",
    "mkdirp": "~0.3.5",
    "lodash": "~1.3.1",
    "glob": "~3.2.3",
    "coffee-script": "~1.6.3"

  },
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "grunt": "~0.4.1",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-contrib-watch": "~0.4.4",
    "grunt-exec": "~0.4.2"
  }
}