67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"private": true,
|
|
"name": "xo-server-transport-email",
|
|
"version": "0.0.0",
|
|
"license": "AGPL-3.0",
|
|
"description": "",
|
|
"keywords": [
|
|
"xo-server",
|
|
"email",
|
|
"mail"
|
|
],
|
|
"homepage": "https://google.com/vatesfr/xo-server-transport-email",
|
|
"bugs": "https://google.com/vatesfr/xo-server-transport-email/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://google.com/vatesfr/xo-server-transport-email"
|
|
},
|
|
"author": {
|
|
"name": "Julien Fontanet",
|
|
"email": "julien.fontanet@isonoe.net"
|
|
},
|
|
"preferGlobal": false,
|
|
"main": "dist/",
|
|
"bin": {},
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"dependencies": {
|
|
"babel-runtime": "^6.1.18",
|
|
"nodemailer": "^1.10.0",
|
|
"nodemailer-markdown": "^1.0.0",
|
|
"pify": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.1.18",
|
|
"babel-core": "^6.1.21",
|
|
"babel-eslint": "^4.1.5",
|
|
"babel-plugin-transform-runtime": "^6.1.18",
|
|
"babel-preset-es2015": "^6.1.18",
|
|
"babel-preset-stage-0": "^6.1.18",
|
|
"clarify": "^1.0.5",
|
|
"dependency-check": "^2.5.1",
|
|
"mocha": "^2.3.4",
|
|
"must": "^0.13.1",
|
|
"nyc": "^3.2.2",
|
|
"source-map-support": "^0.3.3",
|
|
"standard": "^5.4.1",
|
|
"trace": "^2.0.1"
|
|
},
|
|
"scripts": {
|
|
"build": "babel --source-maps --out-dir=dist/ src/",
|
|
"dev": "babel --watch --source-maps --out-dir=dist/ src/",
|
|
"dev-test": "mocha --opts .mocha.opts --watch --reporter=min \"dist/**/*.spec.js\"",
|
|
"lint": "standard",
|
|
"depcheck": "dependency-check ./package.json",
|
|
"posttest": "npm run lint && npm run depcheck",
|
|
"prepublish": "npm run build",
|
|
"test": "nyc mocha --opts .mocha.opts \"dist/**/*.spec.js\""
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"dist/**"
|
|
],
|
|
"parser": "babel-eslint"
|
|
}
|
|
}
|