{
  "name": "noflo",
  "description": "Flow-Based Programming environment for JavaScript",
  "keywords": [
    "fbp",
    "workflow",
    "flow",
    "noflo"
  ],
  "author": "Henri Bergius <henri.bergius@iki.fi>",
  "version": "0.8.2",
  "license": "MIT",
  "engines": {
    "node": ">= 4"
  },
  "dependencies": {
    "coffee-script": "~1.12.0",
    "debug": "^2.5.2",
    "fbp": "~1.5.0",
    "fbp-graph": "^0.1.0",
    "fbp-manifest": "~0.1.13"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-loader": "^0.7.2",
    "fbp-loader": "^0.1.1",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-coffeelint": "^0.0.16",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-connect": "^1.0.1",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-mocha-phantomjs": "^4.0.0",
    "grunt-mocha-test": "^0.13.2",
    "grunt-noflo-browser": "^1.1.4",
    "json-loader": "^0.5.4",
    "mocha": "^3.1.2"
  },
  "main": "./lib/NoFlo",
  "bin": {
    "noflo": "./bin/noflo",
    "noflo-cache-preheat": "./bin/noflo-cache-preheat"
  },
  "homepage": "http://noflojs.org/",
  "repository": {
    "type": "git",
    "url": "git://github.com/noflo/noflo.git"
  },
  "scripts": {
    "test": "./node_modules/.bin/grunt test"
  },
  "docco_husky": {
    "output_dir": "docs",
    "project_name": "NoFlo"
  }
}
