{
  "name": "chix-flow",
  "description": "Chiχ Flow",
  "version": "1.2.6",
  "homepage": "https://github.com/psichi/chix-flow",
  "user": "Rob Halff",
  "domain": "robberthalff.com",
  "main": "main.js",
  "browser": "browser.js",
  "license": "MIT",
  "author": {
    "name": "Rob Halff",
    "email": "rob.halff@gmail.com",
    "url": "http://www.robberthalff.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/psichi/chix-flow.git"
  },
  "bugs": {
    "url": "https://github.com/psichi/chix-flow/issues"
  },
  "keywords": [
    "fbp",
    "flow",
    "chix"
  ],
  "engines": {
    "node": ">=5.0"
  },
  "maintainers": [
    {
      "name": "Rob Halff",
      "email": "rob.halff@gmail.com",
      "web": "http://www.robberthalff.com"
    }
  ],
  "dependencies": {
    "chix-loader": "^1.x",
    "debug": "^3.1.0",
    "es6-map": "^0.1.5",
    "instance-of": "^1.x",
    "iobox": "^0.x",
    "json-gate": "^0.8.23",
    "json-ptr": "^1.0.1",
    "lodash": "^4.17.4",
    "namify": "^0.1.3",
    "object-forof": "^1.x",
    "prompt": "^1.0.0",
    "sprintf": "^0.1.5",
    "uuid": "^3.1.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "brfs": "^1.4.3",
    "browserify": "^14.5.0",
    "chix-test": "github:nodule/test",
    "chokidar-cli": "^1.2.0",
    "connect-livereload": "^0.6.0",
    "eslint": "^4.10.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-google": "^0.9.1",
    "fbpx": "^1.8.1",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-jsdoc": "^2.2.0",
    "grunt-mocha-phantomjs": "^4.0.0",
    "grunt-mocha-test": "^0.13.3",
    "grunt-release": "^0.14.0",
    "grunt-shell": "^2.1.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^7.0.0",
    "gulp-sourcemaps": "^2.6.1",
    "ink-docstrap": "^1.3.0",
    "js-yaml": "^3.10.0",
    "mocha": "^4.0.1",
    "mocha-clean": "^1.0.0",
    "mocha-phantomjs": "git://github.com/rhalff/mocha-phantomjs",
    "phantomjs": "^2.1.7",
    "should": "^13.1.3",
    "snazzy": "^7.0.0",
    "standard": "^10.0.3"
  },
  "scripts": {
    "test": "mocha --recursive test/",
    "lint": "standard --verbose | snazzy",
    "compile": "babel -d lib/ src",
    "prepublish": "npm run compile",
    "doc": "grunt jsdoc",
    "watch": "chokidar './src/**/*.js' 'test/**/*.js' -c 'npm -s test'",
    "fix": "eslint --fix src/"
  },
  "standard": {
    "ignore": [
      "doc/"
    ],
    "globals": [
      "before",
      "beforeEach",
      "describe",
      "it"
    ]
  }
}
