-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
41 lines (41 loc) · 999 Bytes
/
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
{
"name": "opac",
"version": "1.0.0",
"description": "SciELO OPAC website",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scieloorg/opac.git"
},
"keywords": [
"SciELO",
"OPAC"
],
"author": "Juan Funez <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/scieloorg/opac/issues"
},
"homepage": "https://github.com/scieloorg/opac#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-less": "^3.3.2",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8"
},
"dependencies": {
"bootstrap": "^3.4.1",
"jquery": "^3.6.0",
"jquery-typeahead": "^2.11.1"
}
}