-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "social-enterprise-directory",
"version": "1.0.0",
"description": "Backend for the social enterprise directory",
"keywords": [
"directory",
"social enterprise"
],
"author": "Chad Adams",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/cised-ca/social-enterprise-directory"
},
"bugs": {
"url": "https://github.com/cised-ca/social-enterprise-directory/issues"
},
"homepage": "https://github.com/cised-ca/social-enterprise-directory#readme",
"engines": {
"node": "6.10.3"
},
"dependencies": {
"connect-mongo": "1.3.2",
"convict": "3.0.0",
"elasticlunr": "^0.9.5",
"express": "4.15.2",
"express-session": "1.15.2",
"json8-merge-patch": "1.0.0",
"lunr-languages": "git+https://github.com/weixsong/lunr-languages.git#5361cb7b3249a77a08bb644f0ad7927a1d157abc",
"mongoose": "4.9.8",
"mongoose-aggregate-paginate": "^1.0.5",
"mongoose-paginate": "^5.0.3",
"passport": "0.3.2",
"passport-facebook": "2.1.1",
"passport-google-oauth20": "1.0.0",
"passport-instagram": "1.0.0",
"passport-twitter": "1.0.4",
"swagger-express-mw": "0.7.0",
"winston": "2.3.1"
},
"devDependencies": {
"eslint": "3.19.0",
"mocha": "3.3.0",
"should": "11.2.1",
"testdouble": "2.1.2",
"supertest": "3.0.0"
},
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "swagger project test"
}
}