{
  "name": "automaton",
  "version": "0.2.2",
  "description": "Task automation tool",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "bugs": {
    "url": "http://github.com/IndigoUnited/automaton/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/IndigoUnited/automaton.git"
  },
  "keywords": [
    "automation",
    "automatic",
    "automaton",
    "batch",
    "script",
    "task",
    "tasks",
    "async",
    "build",
    "test",
    "minimize",
    "declarative",
    "concat",
    "scaffolding",
    "uglify",
    "minify",
    "mkdir",
    "cp",
    "rm"
  ],
  "author": "Indigo United",
  "license": "MIT",
  "dependencies": {
    "async": "~0.2.5",
    "mout": "~0.6.0",
    "colors": "~0.6.0-1",
    "optimist": "~0.5.2",
    "glob": "~3.2.1",
    "update-notifier": "~0.1.2",
    "autofile-chmod": "~0.0.0",
    "autofile-cp": "~0.0.0",
    "autofile-init": "~0.0.0",
    "autofile-mkdir": "~0.0.0",
    "autofile-mv": "~0.0.2",
    "autofile-rm": "~0.0.0",
    "autofile-run": "~0.0.0",
    "autofile-scaffolding-append": "~0.0.0",
    "autofile-scaffolding-close": "~0.0.0",
    "autofile-scaffolding-file-rename": "~0.0.0",
    "autofile-scaffolding-replace": "~0.0.0",
    "autofile-symlink": "~0.0.0",
    "tabular": "~0.0.2"
  },
  "devDependencies": {
    "rimraf": "~2.1.4",
    "expect.js": "~0.2.0",
    "mocha": "~1.11.0",
    "grunt": "~0.4.0",
    "grunt-contrib-copy": "~0.4.0",
    "grunt-contrib-jshint": "~0.6.0",
    "mkdirp": "~0.3.5"
  },
  "preferGlobal": true,
  "bin": {
    "automaton": "bin/automaton.js"
  }
}
