-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 KB
/
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
42
43
44
45
46
47
48
49
{
"name": "CitizenSeeds",
"version": "0.2.0",
"description": "CitizenSeeds",
"author": "Peter Hanappe <hanappe@csl.sony.fr>",
"repository": {
"type": "git",
"url": "https://github.com/hanappe/CitizenSeeds.git"
},
"license": "GPLv3",
"bugs": {
"email": "hanappe@csl.sony.fr"
},
"keywords": [
"gardening"
],
"dependencies": {
"bcrypt-nodejs": "*",
"body-parser": "^1.15.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.4.2",
"exif": "^0.4.0",
"exit": "^0.1.2",
"express": "^5.0.0-alpha.2",
"express-session": "^1.13.0",
"gm": "^1.22.0",
"locale": "0.0.21",
"log4js": "^0.6.36",
"mime": "^1.3.4",
"mkdirp": "^0.5.1",
"morgan": "^1.7.0",
"multer": "1.1.0",
"node-flower-power": "*",
"nodemailer": "^2.4.2",
"nodemailer-smtp-transport": "^2.5.0",
"oauth2": "0.0.1",
"oauth2orize": "^1.3.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"randomstring": "^1.1.5",
"sanitize-html": "^1.11.4",
"session-file-store": "^0.2.0",
"xregexp": "^3.1.1"
}
}