{
  "name": "fbp-spec",
  "version": "0.1.5",
  "description": "Data-driven FBP component/graph testing tool",
  "keywords": [
    "fbp"
  ],
  "author": "Jon Nordby <jononor@gmail.com> (http://www.jonnor.com)",
  "repository": {
    "type": "git",
    "url": "http://github.com/flowbased/fbp-spec.git"
  },
  "bugs": "http://github.com/flowbased/fbp-spec/issues",
  "homepage": "http://flowbased.org",
  "license": "MIT",
  "files": [
    "ui",
    "src",
    "schema",
    "schemata",
    "bin",
    "examples",
    "index.js"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "grunt test --stack"
  },
  "bin": {
    "fbp-spec": "./bin/fbp-spec",
    "fbp-spec-mocha": "./bin/fbp-spec-mocha"
  },
  "dependencies": {
    "JSONPath": "~0.11.2",
    "chai": "~3.5.0",
    "coffee-script": "~1.10.0",
    "commander": "~2.9.0",
    "debug": "~2.2.0",
    "fbp": "~1.1.4",
    "fbp-protocol-client": "~0.1.2",
    "js-yaml": "~3.5.2",
    "tv4": "~1.2.7",
    "mocha": "~2.4.3"
  },
  "devDependencies": {
    "coffeeify": "^2.0.0",
    "coffeelint": "^1.13.0",
    "grunt": "^0.4.5",
    "grunt-browserify": "^4.0.1",
    "grunt-cli": "^0.1.13",
    "grunt-coffeelint": "^0.0.15",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-connect": "^0.10.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-downloadfile": "^0.3.2",
    "grunt-exec": "^0.4.6",
    "grunt-mocha-phantomjs": "^3.0.0",
    "grunt-mocha-test": "^0.12.7",
    "grunt-noflo-browser": "^0.1.11",
    "grunt-yaml": "^0.4.2",
    "grunt-yamllint": "^0.2.0",
    "websocket": "^1.0.22"
  }
}
