add `node-steam` dependency for Steam authentication (issue #270)

This commit is contained in:
Christopher Van 2015-01-14 04:23:12 -08:00
Родитель 9ea8d00a3f
Коммит c7aaab3958
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -2,12 +2,13 @@
"name": "galaxy-api",
"description": "Galaxy API",
"dependencies": {
"boom": "^2.6.1",
"es6-promise": "^1.0.0",
"hapi": "^8.0.0",
"joi": "^5.0.2",
"pg": "^4.1.1",
"node-pg-migrate": "0.0.7",
"boom": "^2.6.1"
"pg": "^4.1.1",
"steam": "^0.6.7"
},
"devDependencies": {
"gulp": "^3.8.7",