-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.73 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "yoshimi",
"version": "0.0.0",
"description": "OpenID Connect user management system",
"main": "app.js",
"author": "Hugo Caille",
"license": "Apache-2.0",
"scripts": {
"start": "gulp app && node app.js"
},
"dependencies": {
"accept-language": "^2.0.16",
"array-includes": "^3.0.1",
"bcrypt": "^0.8.5",
"bluebird": "^2.9.34",
"boom": "^3.1.1",
"bootstrap-social": "^4.11.0",
"config": "^1.15.0",
"font-awesome": "^4.5.0",
"handlebars": "^4.0.5",
"hapi": "^11.1.3",
"hapi-auth-basic": "^4.1.0",
"hapi-auth-bearer-token": "^4.0.0",
"hapi-auth-cookie": "^3.1.0",
"hapi-mailer": "^4.0.0",
"hapi-mongo-models": "^4.0.1",
"hapi-to": "^1.0.0",
"inert": "^3.0.1",
"joi": "^7.0.1",
"joi-objectid": "^2.0.0",
"joi-phone": "0.0.1",
"js-yaml": "^3.4.0",
"jsonwebtoken": "^5.0.5",
"lodash": "^3.10.1",
"lodash.keyby": "^4.2.0",
"mongodb": "^2.1.2",
"node-etcd": "^4.2.1",
"node-polyglot": "^1.0.0",
"nodemailer-direct-transport": "^1.0.2",
"object-assign": "^4.0.1",
"react": "^0.13.3",
"react-router": "^0.13.3",
"redis": "^0.12.1",
"rsa-pem-to-jwk": "^1.1.3",
"superagent": "^1.3.0",
"then-redis": "^1.3.0",
"uid-safe": "^2.0.0",
"url": "^0.11.0",
"url-join": "0.0.1",
"urlencode": "^1.1.0",
"vision": "^4.0.1",
"yar": "^5.0.1"
},
"devDependencies": {
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"gulp-bower": "0.0.10",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-uglify": "^1.4.0",
"main-bower-files": "^2.9.0",
"preprocessify": "0.0.6",
"reactify": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}