-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.85 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
93
94
95
96
97
{
"name": "DSpace_API_Client",
"description": "The DSpace API client provides an angularjs front-end and nodejs middleware used with the DSpace API.",
"version": "1.2.4",
"license": "(MIT)",
"homepage": "",
"author": {
"name": "Michael Spalti ",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.18.3",
"connect-redis": "^4.0.3",
"cookie-parser": "^1.4.1",
"debug": "^4.1.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-session": "^1.13.0",
"helmet": "^3.21.2",
"lodash": "^4.17.15",
"lodash-node": "^3.10.2",
"method-override": "^2.3.10",
"morgan": "^1.9.1",
"passport": "^0.3.2",
"passport-cas": "^0.1.1",
"passport-google-oauth": "^0.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"babel-core": "^6.6.5",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.5",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"chai-http": "^4.2.0",
"chai-things": "^0.2.0",
"connect-livereload": "^0.5.3",
"grunt": "^1.0.4",
"grunt-babel": "~6.0.0",
"grunt-concurrent": "^2.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"grunt-express-server": "^0.5.1",
"grunt-filerev": "^2.3.1",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^3.0.2",
"grunt-mocha-istanbul": "^4.0.2",
"grunt-mocha-test": "~0.12.7",
"grunt-newer": "^1.1.1",
"grunt-ng-annotate": "^2.0.1",
"grunt-open": "^0.2.4",
"grunt-protractor-runner": "^5.0.0",
"grunt-usemin": "^3.0.1",
"istanbul": "^0.4.5",
"jasmine-core": "^2.3.4",
"jasmine-spec-reporter": "^2.4.0",
"jit-grunt": "~0.10.0",
"jshint-stylish": "~2.1.0",
"karma": "^4.4.1",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "~0.2.0",
"karma-firefox-launcher": "~0.1.6",
"karma-jade-preprocessor": "0.0.11",
"karma-jasmine": "~0.3.0",
"karma-ng-html2js-preprocessor": "~0.2.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-requirejs": "~0.2.2",
"karma-script-launcher": "~0.2.0",
"karma-spec-reporter": "~0.0.20",
"mocha": "^7.0.1",
"open": "^7.0.0",
"phantomjs-prebuilt": "^2.1.4",
"proxyquire": "^1.0.1",
"requirejs": "~2.2.0",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"supertest": "^3.3.0",
"time-grunt": "^1.2.1"
},
"private": true
}