Commit 73961811 authored by kimi's avatar kimi

0.1.0

parent 17f346c2
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[**.js]
charset = utf-8
indent_style = space
indent_size = 2
# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
......@@ -3,35 +3,9 @@ logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules
jspm_packages
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
{
"name": "muletter",
"version": "0.1.0",
"description": "CLI mailer for small mailing list",
"repository": {
"type": "git",
"url": "git+https://github.com/kimihub/muletter.git"
},
"keywords": [
"letter",
"mailer",
"mailing",
"email",
"list",
"cli",
"node",
"js",
"api",
"util"
],
"author": "Kimi",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/kimihub/muletter/issues"
},
"homepage": "https://github.com/kimihub/muletter#readme",
"preferGlobal": true,
"bin": {
"mulist": "muletter.js"
},
"engines": {
"node": ">= 0.6"
},
"dependencies": {
"commander": "^2.9.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment