{ "name": "libmime", "description": "Encode and decode quoted printable and base64 strings", "version": "2.1.0", "main": "lib/libmime", "homepage": "https://github.com/andris9/libmime", "repository": { "type": "git", "url": "git://github.com/andris9/libmime.git" }, "license": "MIT", "keywords": [ "MIME", "Base64", "Quoted-Printable" ], "author": "Andris Reinman ", "scripts": { "test": "grunt mochaTest" }, "dependencies": { "iconv-lite": "0.4.13", "libbase64": "0.1.0", "libqp": "1.1.0" }, "devDependencies": { "chai": "^3.5.0", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-eslint": "^19.0.0", "grunt-mocha-test": "^0.12.7", "mocha": "^3.0.2" } }