forked from habi-dat/user
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1005 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": "habidat-user",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "github.com/habidat-user.git"
},
"author": "Florian Humer <[email protected]>",
"license": "MIT",
"dependencies": {
"async": ">=2.3.0",
"bluebird": ">=3.5.0",
"body-parser": "^1.18.3",
"chai": "~1.8.1",
"connect-flash": "~0.1.1",
"cookie-parser": "^1.3.3",
"debug": "^2.6.9",
"discourse-api": ">=1.8.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jade": "^1.9.1",
"jsonfile": ">=2.4.0",
"mocha": "^5.2.0",
"morgan": "^1.9.1",
"multer": ">=1.3.0",
"mysql": ">=2.15.0",
"nodemailer": ">=3.0.2",
"nodemon": "^1.18.4",
"openldap_ssha": ">=0.0.8",
"passport": "^0.2.1",
"passport-ldapauth": ">=1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.0",
"serve-favicon": "^2.5.0",
"should": "~2.1.0"
}
}