-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 973 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
{
"name": "map-chatter",
"version": "0.1.0",
"description": "You can talk with people all over the world on this map.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muxlab/map-chatter.git"
},
"keywords": [
"leaflet",
"map",
"facebook",
"chat",
"socket.io"
],
"author": "Yusuke Nunokawa <[email protected]> (https://ynunokawa.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/muxlab/map-chatter/issues"
},
"homepage": "https://github.com/muxlab/map-chatter#readme",
"dependencies": {
"body-parser": ">= 1.4.3",
"cookie-parser": ">= 1.3.2",
"ejs": ">= 0.0.0",
"express": ">= 4.4.5",
"express-session": ">= 1.6.1",
"http": "0.0.0",
"method-override": ">= 2.0.2",
"morgan": ">= 1.1.1",
"passport": ">= 0.0.0",
"passport-facebook": ">= 0.0.0",
"socket.io": "^1.4.0"
}
}