UNPKG

partly

Version:

Simple, extensible, multipart payload encoder and decoder that complies with the official RFC grammar.

31 lines (30 loc) 794 B
{ "name": "partly", "description": "Simple, extensible, multipart payload encoder and decoder that complies with the official RFC grammar.", "author": "Tony Tahmouch <ttahmouch@gmail.com>", "licenses": [ { "type": "MIT", "url": "https://github.com/ttahmouch/partly/blob/master/LICENSE.md" } ], "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo 'Error: no test specified' && exit 1" }, "repository": { "type": "git", "url": "git://github.com/ttahmouch/partly.git" }, "keywords": [ "multipart", "bodypart", "encoder", "decoder", "partly" ], "bugs": { "url": "https://github.com/ttahmouch/partly/issues" } }