-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 1015 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
{
"name": "search-journals",
"version": "1.0.0",
"description": "Aplicação responsável por tornar os artigos ciêntificos da rede SciELO pesquisável.",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"bootstrap": "^3.1.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-clean": "^0.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-clean-css": "^4.2.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-rename": "^1.4.0",
"gulp-connect": "^5.7.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paratiuid/search-journals.git"
},
"author": "Scielo.org",
"license": "ISC",
"bugs": {
"url": "https://github.com/paratiuid/search-journals/issues"
},
"homepage": "https://github.com/paratiuid/search-journals#readme"
}