-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.52 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "valueset-workbench",
"description": "Value Set Workbench",
"version": "0.0.1",
"engines": {
"node": "5.x",
"npm": "4.x"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"serve": "grunt develop",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"async": "~0.9.0",
"body-parser": "~1.5.2",
"bower": "~1.3.8",
"color-hash": "^1.0.3",
"compression": "~1.0.9",
"connect-flash": "~0.1.1",
"connect-mongo": "^1.3.2",
"consolidate": "~0.10.0",
"cookie-parser": "~1.3.2",
"emailjs": "^1.0.4",
"express": "~4.7.2",
"express-query-boolean": "^1.0.0",
"express-session": "~1.7.2",
"forever": "~0.11.0",
"glob": "~4.0.5",
"grunt-cli": "~0.1.13",
"helmet": "~0.4.0",
"initials-avatar-generator": "^1.5.3",
"jsonix": "2.1.4",
"jsonwebtoken": "^7.2.1",
"ldapjs": "1.0.0",
"lodash": "~2.4.1",
"method-override": "~2.1.2",
"mongoose": "4.8",
"morgan": "~1.2.2",
"node-cache": "1.0.2",
"node-uuid": "^1.4.8",
"nodemailer": "~1.1.1",
"passport": "~0.2.0",
"passport-custom": "^1.0.5",
"passport-facebook": "~1.0.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-ldapauth": "^0.5.0",
"passport-linkedin": "~0.1.3",
"passport-local": "~1.0.0",
"passport-oauth2": "^1.4.0",
"passport-twitter": "~1.0.2",
"request": "~2.42.0",
"swig": "~1.4.1",
"url-parse": "^1.1.1"
},
"devDependencies": {
"babel-polyfill": "^6.23.0",
"grunt": "~0.4",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.1",
"grunt-karma": "~0.8.2",
"grunt-mocha-test": "~0.12.7",
"grunt-ngmin": "0.0.3",
"grunt-nodemon": "~0.3.0",
"jade": "1.11.0",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.2",
"karma-coverage": "~0.2.0",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.2.1",
"karma-jenkins-reporter": "0.0.2",
"karma-junit-reporter": "^0.4.2",
"karma-phantomjs-launcher": "~1.0",
"load-grunt-tasks": "~0.6.0",
"mocha": "~2.4.5",
"mocha-jenkins-reporter": "^0.2.2",
"nock": "^8.0.0",
"node-mocks-http": "^1.5.2",
"phantomjs-polyfill": "0.0.2",
"should": "~4.0.4",
"sinon": "^1.17.3",
"supertest": "^0.13.0",
"v8-profiler": "5.7.0"
}
}