UNPKG

noflo-lift

Version:

Lift Packets for Processing in NoFlo

66 lines (65 loc) 1.57 kB
{ "name": "noflo-lift", "description": "Lift Packets for Processing in NoFlo", "keywords": [ "noflo", "lift", "extract", "subset" ], "author": "Kenneth Kan <kenhkan@gmail.com>", "version": "0.0.12", "licenses": [ { "type": "MIT", "url": "https://github.com/kenhkan/noflo-lift/blob/master/LICENSE.md" } ], "repository": { "type": "git", "url": "https://github.com/kenhkan/noflo-lift" }, "dependencies": { "noflo": "~0.4.0", "underscore": "~1.4.0", "underscore.string": "~2.3.0", "noflo-swiss": "~0.0.1", "noflo-flow": "~0.3.2", "noflo-groups": "~0.0.1", "noflo-packets": "~0.0.1", "noflo-test": "~0.0.6", "nohoarder": "~0.0.2", "noflo-cache": "~0.0.1" }, "devDependencies": { "grunt-exec": "~0.4.2", "grunt": "~0.4.1", "grunt-contrib-coffee": "~0.6.6", "grunt-coffeelint": "~0.0.6", "grunt-cafe-mocha": "~0.1.2", "chai": "~1.5.0", "mocha": "~1.9.0", "grunt-mocha-phantomjs": "~0.2.2", "grunt-component-build": "~0.2.7", "grunt-contrib-uglify": "~0.2.0", "grunt-contrib-watch": "~0.3.1", "component-json": "~0.1.4", "grunt-combine": "~0.8.3", "grunt-component": "~0.1.2", "coffeelint": "*", "coffee-script": "1.6.x", "noflo-test": "~0.0.5" }, "noflo": { "components": { "Extractor": "./components/Extractor.coffee", "Assembler": "./components/Assembler.coffee" }, "graphs": { "Lift": "./graphs/Lift.fbp" } }, "scripts": { "test": "grunt test" } }