{
  "name": "ottomaton",
  "version": "1.0.0",
  "description": "A toolkit for writing automation script DSLs influenced by Cucumber.",
  "main": "lib/index.js",
  "bin": {
    "otto": "./lib/bin/otto.js"
  },
  "scripts": {
    "test": "blue-tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/allain/ottomaton"
  },
  "keywords": [
    "automation",
    "DSL"
  ],
  "author": "Allain Lalonde <allain.lalonde@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/allain/ottomaton/issues"
  },
  "homepage": "https://github.com/allain/ottomaton#readme",
  "dependencies": {
    "any-promise": "^1.1.0",
    "chalk": "^1.1.1",
    "debug": "^2.2.0",
    "defaults": "^1.0.3",
    "fj-flatten": "^1.0.0",
    "fj-map": "^1.0.1",
    "get-stdin": "^5.0.0",
    "is-promise": "^2.1.0",
    "keypress": "^0.2.1",
    "minimist": "^1.2.0",
    "object-values": "^1.0.0",
    "promise-reduce": "^2.0.0"
  },
  "devDependencies": {
    "blue-tape": "^0.1.10"
  },
  "engine": ">=4.0.0"
}
