Last active
April 30, 2016 22:09
-
-
Save ilkereroglu/19bbb59eac945eece8af4fb9c13658f5 to your computer and use it in GitHub Desktop.
Kendi Slackbot’unu yazmak
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ilberHocaBot", | |
"version": "0.0.1", | |
"description": "Node Server", | |
"main": "app.js", | |
"author": "İlker Eroğlu", | |
"license": "MIT", | |
"dependencies": { | |
"express": "^4.x.x", | |
"body-parser": "^1.x.x", | |
"request": "2.56.x" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment