alexlafroscia/broccoli-flow

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "broccoli-flow",
  "version": "1.0.0",
  "description": "Run Flow through Broccoli",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "lint": "eslint lib tests",
    "test": "mocha tests",
    "flow": "flow"
  },
  "keywords": [
    "broccoli-plugin",
    "flow"
  ],
  "author": "Alex LaFroscia <alex@lafroscia.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/alexlafroscia/broccoli-flow.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.7.0"
  },
  "dependencies": {
    "broccoli-persistent-filter": "^1.2.6",
    "flow-bin": "0.54.0"
  },
  "devDependencies": {
    "broccoli": "^0.16.9",
    "broccoli-funnel": "^1.0.3",
    "broccoli-stew": "^1.3.2",
    "chai": "^3.5.0",
    "eslint": "^3.2.0",
    "eslint-plugin-mocha": "^4.2.0",
    "istanbul": "^0.4.4",
    "mocha": "^2.5.3"
  }
}