UNPKG

noflo

Version:

Flow-Based Programming environment for JavaScript

54 lines 1.28 kB
{ "name": "noflo", "description": "Flow-Based Programming environment for JavaScript", "keywords": [ "fbp", "workflow", "flow" ], "author": "Henri Bergius <henri.bergius@iki.fi>", "version": "0.7.5", "license": "MIT", "engines": { "node": ">=0.6.0" }, "dependencies": { "babel-core": "~6.7.6", "coffee-script": "~1.10.0", "fbp": "~1.1.4", "fbp-manifest": "^0.1.4", "underscore": "~1.8.3" }, "devDependencies": { "chai": "~3.5.0", "grunt": "~0.4.5", "grunt-cli": "~1.2.0", "grunt-coffeelint": "~0.0.15", "grunt-contrib-coffee": "~0.11.1", "grunt-contrib-connect": "~1.0.1", "grunt-contrib-watch": "~1.0.0", "grunt-mocha-phantomjs": "~3.0.0", "grunt-mocha-test": "^0.12.7", "grunt-noflo-browser": "~0.1.10", "grunt-noflo-manifest": "^0.1.11", "mocha": "^2.4.5", "tv4": "^1.2.7" }, "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" } }