Added dotenv

This commit is contained in:
AlexKvazos
2015-04-30 13:05:58 -05:00
parent e09f3ac44c
commit b9d2ad59f4
4 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -5,12 +5,12 @@
"main": "app/server",
"dependencies": {
"debug": "^2.1.3",
"dotenv": "^1.1.0",
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-browserify": "^3.7.0",
"grunt-contrib-uglify": "^0.9.1",
"mineflayer": "git@github.com:andrewrk/mineflayer.git",
"node-mojangson": "^0.1.0",
"socket.io": "^1.3.5"
},
"devDependencies": {},
@@ -29,7 +29,7 @@
"web"
],
"author": "AlexKvazos",
"license": "Propietary Software",
"license": "MIT",
"bugs": {
"url": "https://github.com/MCBoard/chat.alexkvazos.com/issues"
},