-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 940 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
36
37
38
39
40
41
{
"name": "facebook-chat-api",
"version": "1.2.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",
"node-wit": "^4.1.0",
"npmlog": "^1.2.0",
"request": "^2.53.0",
"isomorphic-fetch": "^2.2.1",
"body-parser": "^1.15.0",
"node-uuid": "^1.4.7",
"es6-promise": ">0.0",
"pg": ">0.0"
},
"engines": {
"node": "4.x"
},
"devDependencies": {
"mocha": "^2.2.5"
}
}