{
  "name": "forge",
  "author": "Josh Perez <josh@goatslacker.com>",
  "version": "2.3.0",
  "description": "A no customization 'build' system",
  "keywords": [
    "build",
    "compile",
    "compress",
    "lint",
    "minify",
    "typed",
    "maven",
    "preprocessor"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/goatslacker/forge.git"
  },
  "dependencies": {
    "fu": "*",
    "jshintify": "*",
    "mangleify": "*",
    "reactify": "*",
    "subarg": "^1.0.0"
  },
  "licenses": [
    "MIT"
  ],
  "main": "forge.js",
  "bin": {
    "forge": "./bin/forge"
  },
  "engines": {
    "node": ">= 0.4.0"
  }
}
