Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdor committed Oct 28, 2017
1 parent ca18ae6 commit 18ebe7e
Show file tree
Hide file tree
Showing 2 changed files with 1,358 additions and 331 deletions.
42 changes: 24 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,44 @@
"email": "[email protected]",
"web": "https://github.com/misaakidis"
},
"contributors:": [{
"name": "Alexandros Dorodoulis",
"email": "[email protected]"
}, {
"name": "Zack Mullaly",
"email": "[email protected]",
"web": "http://redwire.co"
}],
"contributors:": [
{
"name": "Alexandros Dorodoulis",
"email": "[email protected]"
},
{
"name": "Zack Mullaly",
"email": "[email protected]",
"web": "http://redwire.co"
}
],
"bugs": {
"url": "https://github.com/techministry/MinisterIN/issues"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint *.js",
"start": "node MinisterIN.js"
},
"repository": [{
"type": "git",
"url": "https://github.com/techministry/MinisterIN.git"
}],
"repository": [
{
"type": "git",
"url": "https://github.com/techministry/MinisterIN.git"
}
],
"dependencies": {
"commander": "2.9.0",
"commander": "2.11.0",
"datejs": "^1.0.0-rc3",
"fs": "0.0.2",
"github-webhook-handler": "0.5.0",
"irc": "0.4.0",
"mqtt": "^1.11.0",
"github-webhook-handler": "0.6.0",
"irc": "0.5.2",
"mqtt": "^2.13.1",
"node-mattermost": "^0.0.1",
"node-schedule": "^1.1.0",
"request": "^2.72.0",
"twitter": "1.2.5"
"twitter": "1.7.1"
},
"devDependencies": {
"jshint": "latest"
"jshint": "^2.9.5",
"nodemon": "^1.12.1"
}
}
Loading

0 comments on commit 18ebe7e

Please sign in to comment.