Skip to content

Commit

Permalink
[dist] 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Dec 4, 2014
1 parent 0ce6ae4 commit 0c67982
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "emeeuw",
"version": "0.0.0",
"description": "emeeuws",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --ui bdd test.js",
"watch": "mocha --watch --reporter spec --ui bdd test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/observing/emeeuw"
},
"keywords": [
"bird",
"chimp",
"e-mail",
"email",
"emeeuw",
"gull",
"mail",
"mailchimp",
"mandrill",
"pidgeon",
"pigeon"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/observing/emeeuw/issues"
},
"homepage": "https://github.com/observing/emeeuw",
"devDependencies": {
"assume": "0.0.x",
"istanbul": "0.3.x",
"mocha": "2.0.x",
"pre-commit": "0.0.x"
},
"dependencies": {
"diagnostics": "0.0.x",
"eventemitter3": "0.1.x",
"fusing": "0.4.x",
"juice2": "1.3.x",
"marked": "0.3.x",
"node-mandrill-retry": "1.0.x",
"temper": "0.2.x"
}
}

0 comments on commit 0c67982

Please sign in to comment.