UNPKG

task-wrap

Version:

A node-task to wrap input Records with arbitrary text.

39 lines (38 loc) 837 B
{ "name": "task-wrap", "description": "A node-task to wrap input Records with arbitrary text.", "version": "0.1.0", "author": "Tyler Kellen", "homepage": "http://tkellen.com/", "repository": { "type": "git", "url": "git://github.com/node-task/task-wrap.git" }, "bugs": { "url": "http://github.com/node-task/task-wrap/issues" }, "licenses": [ { "type": "MIT", "url": "http://github.com/node-task/task-wrap/blob/master/LICENSE" } ], "scripts": { "test": "grunt test" }, "main": "lib/wrap", "keywords": [ "node-task", "wrap" ], "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-watch": "~0.3.1", "grunt-contrib-jshint": "~0.4.1", "grunt-contrib-nodeunit": "~0.1.2" }, "dependencies": { "record": "~0.1.0", "task": "~0.1.0" } }