UNPKG

fbp-diff

Version:
42 lines (41 loc) 937 B
{ "name": "fbp-diff", "version": "0.0.8", "description": "Diff tool for FBP graphs", "main": "index.js", "directories": { "doc": "doc" }, "bin": { "fbp-diff": "./bin/fbp-diff", "fbp-git-diff": "./bin/fbp-git-diff", "fbp-git-log": "./bin/fbp-git-log" }, "scripts": { "test": "mocha --reporter spec --compilers .coffee:coffee-script/register spec/*.coffee" }, "repository": { "type": "git", "url": "git+https://github.com/flowbased/fbp-diff.git" }, "keywords": [ "FBP", "microflo", "noflo", "diff", "git" ], "author": "Jon Nordby <jononor@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/flowbased/fbp-diff/issues" }, "homepage": "https://github.com/flowbased/fbp-diff#readme", "devDependencies": { "chai": "^3.5.0", "coffee-script": "^1.10.0", "js-yaml": "~3.5.2", "fbp": "^1.5.0", "mocha": "^2.4.5" } }