emailjs-mime-codec-bigarray
Version:
This is a fork of the original emailjs-mime-codec v2.0.8 with a modification to decode large buffer arrays
54 lines (53 loc) • 1.38 kB
JSON
{
"name": "emailjs-mime-codec-bigarray",
"description": "This is a fork of the original emailjs-mime-codec v2.0.8 with a modification to decode large buffer arrays",
"version": "1.0.3",
"main": "dist/mimecodec",
"homepage": "https://github.com/kajoseph/emailjs-mime-codec",
"repository": {
"type": "git",
"url": "git://github.com/kajoseph/emailjs-mime-codec.git"
},
"license": "MIT",
"keywords": [
"MIME",
"Base64",
"Quoted-Printable"
],
"author": "Andris Reinman <andris@kreata.ee>",
"scripts": {
"build": "./scripts/build.sh",
"release": "./scripts/release.sh",
"lint": "$(npm bin)/standard",
"test": "npm run lint && npm run unit",
"unit": "$(npm bin)/mocha './src/*-unit.js' --reporter spec --require babel-register testutils.js"
},
"dependencies": {
"emailjs-base64": "1.1.4",
"ramda": "0.26.1",
"text-encoding": "0.7.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"chai": "4.2.0",
"mocha": "6.0.0",
"pre-commit": "1.2.2",
"standard": "12.0.1"
},
"standard": {
"globals": [
"describe",
"it",
"before",
"beforeAll",
"afterAll",
"after",
"expect"
],
"ignore": [
"dist"
]
}
}