UNPKG

task-read

Version:

A node-task to read inputs into Records using any RecordIO interface.

39 lines (38 loc) 861 B
{ "name": "task-read", "description": "A node-task to read inputs into Records using any RecordIO interface.", "version": "0.1.0", "author": "Tyler Kellen", "homepage": "http://tkellen.com/", "repository": { "type": "git", "url": "git://github.com/node-task/task-read.git" }, "bugs": { "url": "http://github.com/node-task/task-read/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/node-task/task-read/blob/master/LICENSE" } ], "scripts": { "test": "grunt test" }, "main": "lib/read", "keywords": [ "node-task", "record" ], "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-watch": "~0.3.1", "grunt-contrib-jshint": "~0.4.1", "grunt-contrib-nodeunit": "~0.1.2" }, "dependencies": { "recordio-file": "~0.1.0", "task": "~0.1.0" } }