{
  "name": "fez",
  "version": "1.0.8",
  "description": "A fast build tool for JavaScript",
  "repository": {
    "type": "git",
    "url": "http://github.com/fez/fez.git"
  },
  "author": "Isaac Wagner <isaacbwagner@gmail.com>",
  "dependencies": {
    "nopt": "~2.1.2",
    "through": "~2.3.4",
    "ansi": "~0.2.1",
    "mkdirp": "~0.3.5",
    "temp": "~0.6.0",
    "glob": "~3.2.7",
    "minimatch": "~0.2.14",
    "is-promise": "~1.0.0",
    "bluebird": "~1.0.3",
    "xtend": "~2.1.2",
    "glob-intersect": "0.0.2"
  },
  "main": "src/main.js",
  "devDependencies": {
    "tape": "~2.3.2",
    "runtests": "~0.1.1",
    "fez-less": "~0.1.0",
    "fez-clean-css": "~0.1.0",
    "fez-concat": "~0.1.0"
  },
  "scripts": {
    "test": "runtests"
  }
}
