-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
75 lines (75 loc) · 2.09 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
{
"name": "primo-explore-devenv",
"version": "1.1.0",
"description": "The Exlibris Primo Open Discovery Framework",
"author": "noamamit92",
"devDependencies": {
"babel-core": "6.26.3",
"babel-plugin-angularjs-annotate": "0.8.2",
"babel-plugin-transform-define": "^1.3.1",
"babel-plugin-transform-html-import-to-string": "0.0.1",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "8.0.0",
"bluebird": "3.5.4",
"browser-sync": "2.9.9",
"browserify": "16.2.3",
"camel-case": "^3.0.0",
"colors": "^1.3.3",
"concat-stream": "^2.0.0",
"connect-modrewrite": "0.10.2",
"css": "^2.2.4",
"css-color-extractor": "0.0.5",
"css-color-extractor-cli": "0.0.2",
"del": "4.1.1",
"fs-extra": "7.0.1",
"glob": "7.1.3",
"graceful-fs": "4.1.15",
"gulp": "4.0.2",
"gulp-angular-templatecache": "^2.2.7",
"gulp-autoprefixer": "6.1.0",
"gulp-babel": "7.0.1",
"gulp-clone": "2.0.1",
"gulp-concat": "2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-debug": "4.0.0",
"gulp-flatten": "^0.4.0",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.4.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "2.6.5",
"gulp-streamify": "1.0.2",
"gulp-template": "5.0.0",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.8",
"gulp-wrap": "^0.15.0",
"gulp-zip": "4.2.0",
"gulp4-run-sequence": "^1.0.1",
"http-response-object": "3.0.2",
"listdirs": "3.1.1",
"lodash": "4.17.19",
"merge-stream": "1.0.1",
"minimatch": "3.0.4",
"minimist": "1.2.5",
"prompt": "1.0.0",
"protractor": "5.4.2",
"protractor-image-comparison": "3.1.0",
"request": "^2.88.0",
"require-dir": "1.2.0",
"run-sequence": "^2.2.1",
"shelljs": "0.8.3",
"stream-to-promise": "^2.2.0",
"tar-fs": "2.0.0",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"engines": {
"node": ">=16.17.0"
},
"browserslist": [
"last 2 version",
"> 2%"
],
"repository": "https://github.com/ExLibrisGroup/primo-explore-devenv"
}