{
  "name": "fmake",
  "version": "0.1.3",
  "description": "fmake, the functional make replacement, is a build automation tool that uses functions instead of rules to define dependencies.",
  "main": "fmake.js",
  "directories": {
    "lib": "lib"
  },
  "repository": {
      "type": "git",
      "url": "https://github.com/FeepingCreature/fmake.git"
  },
  "dependencies": {
    "yargs": "^12.0.0",
    "ansi-colors": "^3.0.0"
  },
  "author": "",
  "license": "GPL-3.0",
  "bugs": {
      "url": "https://github.com/FeepingCreature/fmake/issues"
    },
  "homepage": "https://github.com/FeepingCreature/fmake"
}
