forked from Schmavery/facebook-chat-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 778 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "facebook-chat-api",
"version": "1.1.0",
"description": "Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated April 30th 2015.",
"scripts": {
"test": "node_modules/.bin/mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Schmavery/facebook-chat-api.git"
},
"keywords": [
"facebook",
"chat",
"api"
],
"bugs": {
"url": "https://github.com/Schmavery/facebook-chat-api/issues"
},
"author": "Avery, David, Maude, Benjamin",
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.27",
"cheerio": "^0.19.0",
"npmlog": "^1.2.0",
"request": "^2.53.0"
},
"engines": {
"node": "4.x"
},
"devDependencies": {
"mocha": "^2.2.5"
}
}