%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/preview-email/ |
| Current File : /home/opti/workflow/node_modules/preview-email/package.json |
{
"_from": "preview-email@0.0.10",
"_id": "preview-email@0.0.10",
"_inBundle": false,
"_integrity": "sha512-qv0+3/VjlqsewDi2gQSoVcpxTrYNezoFKbkVin2fqe8qGF/Bl5aa76LhVOzYQowXgchBhDibotnMqT8UtwDVfw==",
"_location": "/preview-email",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "preview-email@0.0.10",
"name": "preview-email",
"escapedName": "preview-email",
"rawSpec": "0.0.10",
"saveSpec": null,
"fetchSpec": "0.0.10"
},
"_requiredBy": [
"/email-templates"
],
"_resolved": "https://registry.npmjs.org/preview-email/-/preview-email-0.0.10.tgz",
"_shasum": "a190d9eaf341e52c3c4f4d40a2dfcc993a9c47dd",
"_spec": "preview-email@0.0.10",
"_where": "/home/opti/workflow/node_modules/email-templates",
"author": {
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com",
"url": "http://niftylettuce.com/"
},
"ava": {
"failFast": true,
"verbose": true
},
"bugs": {
"url": "https://github.com/niftylettuce/preview-email/issues",
"email": "niftylettuce@gmail.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com",
"url": "http://niftylettuce.com/"
}
],
"dependencies": {
"bluebird": "^3.5.3",
"moment": "^2.23.0",
"nodemailer": "^5.1.1",
"opn": "^5.4.0",
"pug": "^2.0.3",
"uuid": "^3.3.2"
},
"deprecated": false,
"description": "Automatically opens your browser to preview Node.js email messages sent with Nodemailer. Made for Lad!",
"devDependencies": {
"auto-bind": "^2.0.0",
"ava": "^1.0.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"codecov": "^3.1.0",
"cross-env": "^5.2.0",
"eslint": "^5.12.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.1",
"husky": "^1.3.1",
"lint-staged": "^8.1.0",
"nyc": "^13.1.0",
"prettier": "^1.15.3",
"remark-cli": "^6.0.1",
"remark-preset-github": "^0.0.13",
"xo": "^0.23.0"
},
"engines": {
"node": ">=6.4.0"
},
"files": [
"lib",
"template.pug"
],
"homepage": "https://github.com/niftylettuce/preview-email",
"keywords": [
"litmus",
"demo",
"preview",
"email",
"test",
"browser",
"open",
"template",
"render",
"letter",
"opener",
"opn",
"chrome",
"emails",
"templates",
"engine",
"pug",
"show",
"lad",
"koa",
"express",
"nodemailer",
"mail",
"mailer",
"smtp",
"automatic",
"automatically",
"auto",
"lass"
],
"license": "MIT",
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx,css,less,scss,json,graphql}": [
"prettier --write --single-quote --trailing-comma none",
"git add"
],
"*.md": [
"remark . -qfo",
"git add"
]
},
"main": "lib/index.js",
"name": "preview-email",
"remarkConfig": {
"plugins": [
"preset-github"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/niftylettuce/preview-email.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "xo && remark . -qfo",
"precommit": "lint-staged && npm test",
"test": "npm run build && npm run lint && npm run test-coverage",
"test-coverage": "cross-env NODE_ENV=test nyc ava",
"watch": "babel src --watch --out-dir lib"
},
"version": "0.0.10",
"xo": {
"extends": "prettier",
"plugins": [
"prettier"
],
"parserOptions": {
"sourceType": "script"
},
"rules": {
"prettier/prettier": [
"error",
{
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "none"
}
],
"max-len": [
"error",
{
"code": 80,
"ignoreUrls": true
}
],
"capitalized-comments": "off",
"camelcase": "off",
"no-warning-comments": "off",
"no-use-extend-native/no-use-extend-native": "off"
},
"space": true
}
}