{
  "name": "builder-boy",
  "description": "Build and watch es modules FAST",
  "version": "0.3.28",
  "main": "lib/index.js",
  "scripts": {
    "test": "node test/index.js",
    "dev": "nodemon --ignore dist/* --ignore results/* test/index.js",
    "cover": "nyc npm test",
    "travis": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "builder-boy": "node ./bin/cmd.js",
    "precommit": "npm run test && standard --fix"
  },
  "precommit": "precommit",
  "bin": {
    "builder-boy": "bin/cmd.js"
  },
  "standard": {
    "ignore": [
      "test/**"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vigour-io/builder-boy.git"
  },
  "keywords": [
    "fast",
    "js",
    "builder"
  ],
  "nyc": {
    "instrument": true
  },
  "dependencies": {
    "acorn": "^4.0.4",
    "acorn-es7-plugin": "^1.1.5",
    "acorn-jsx": "^3.0.1",
    "array-includes": "^3.0.2",
    "async-to-gen": "^1.3.2",
    "brisky-struct": "^1.9.5",
    "buble": "^0.15.2",
    "chalk": "^1.1.3",
    "chokidar": "^1.6.1",
    "is-builtin-module": "^1.0.0",
    "js-beautify": "^1.6.11",
    "node-fetch": "^1.6.3",
    "object.assign": "^4.0.4",
    "promise-polyfill": "^6.0.2",
    "object-assign-polyfill": "0.1.0",
    "regenerator": "^0.9.5",
    "regenerator-runtime": "^0.10.1",
    "resolve": "^1.2.0",
    "stamp": "^4.0.1",
    "string-hash": "^1.1.1",
    "vigour-ua": "^3.1.1",
    "whatwg-fetch": "^2.0.2"
  },
  "devDependencies": {
    "brisky-render": "2.2.12",
    "coveralls": "^2.11.9",
    "nodemon": "^1.11.0",
    "nyc": "^10.0.0",
    "pre-commit": "^1.1.3",
    "standard": "^8.1.0",
    "strip-formatting": "^1.0.2",
    "tape": "4.6.0"
  },
  "author": "jim de beer",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vigour-io/builder-boy/issues"
  },
  "homepage": "https://github.com/vigour-io/builder-boy#readme",
  "contributors": [
    "Jim de Beer <jim@vigour.io>",
    "Youri Daamen <youri@vigour.io"
  ]
}
