-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 848 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 848 Bytes
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": "fbmessenger",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"request": "^2.61.0",
"ejs": "^2.3.3",
"socket.io": "^1.3.6",
"socket.io-stream": "^0.8.0",
"ejs": "^2.3.3"
},
"description": "fbmessenger",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/hack-int-elligence/fbmessengernode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hack-int-elligence/fbmessengernode/issues"
},
"homepage": "https://github.com/hack-int-elligence/fbmessengernode"
}