-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 955 Bytes
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
{
"name": "BiomioOpenidConnectProvider",
"version": "0.0.3",
"private": true,
"scripts": {
"start": "nf start",
"postinstall": "node node_modules/bower/bin/bower install"
},
"dependencies": {
"base64url": "*",
"biomio-node": "git+ssh://git@bitbucket.org:biomio/biomio-node.git#0.0.6",
"body-parser": "^1.5.2",
"clean-obj": "*",
"connect-redis": "*",
"cookie": "^0.2.2",
"cookie-parser": "*",
"cors": "^2.7.1",
"errorhandler": "*",
"express": "~4.0",
"express-handlebars": "^2.0.1",
"express-session": "*",
"extend": "*",
"fs": "0.0.2",
"jwt-simple": "0.1.0",
"lodash": "^3.10.1",
"modelling": "*",
"npm": "^3.3.6",
"q": "^1.4.1",
"redis-node": "^0.4.0",
"sails-redis": "git://github.com/balderdashy/sails-redis",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.7"
},
"devDependencies": {
"bower": "^1.5.3",
"foreman": "^1.4.1"
}
}