-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.4 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "textopoly",
"version": "0.0.1",
"author": "David O Net <contact@david-o.net>",
"description": "A collaborative text application",
"contributors": [
{
"name": "David Olivari",
"email": "david.olivari@gmail.com"
},
{
"name": "Adrien Revel",
"email": "adrien@startxxi.eu"
},
{
"name": "Baptiste Genoyer",
"email": "baptiste@startxxi.eu"
}
],
"private": true,
"scripts": {
"start": "node textopoly",
"test": "mocha",
"predeploy": "echo This will be run before deploying the app",
"postdeploy": "echo This will be run after deploying the app"
},
"repository": {
"type": "git",
"url": "https://github.com/davidonet/Textopoly"
},
"dependencies": {
"express": "3.0.3",
"jade": "*",
"connect": "*",
"connect-redis": "*",
"less-middleware": "*",
"mongoskin": ">= 0.4",
"socket.io": ">=0.9",
"imagemagick": ">=0.1.2",
"redis": ">=0.8",
"hiredis": "*",
"rss": "*",
"passport": "*",
"passport-local": "*",
"crypto": "*",
"async": "*",
"node-uuid": "*",
"nodemailer": "*",
"passport-persona": "^0.1.7"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"expect.js": "*",
"zombie": "*",
"superagent": "*",
"assert": "*",
"async": "*"
},
"license": "GPL",
"engines": {
"node": ">=0.8",
"npm": "1.1.x"
}
}