-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"title": "Cades",
"name": "cades-ifrn",
"version": "0.0.7",
"description": "Site oficial da comunidade CADES",
"keywords": [
"comunidade",
"desenvolvimento",
"instituto",
"federal",
"célula",
"academica"
],
"homepage": "https://cades-ifrn.github.io",
"bugs": {
"url": "https://github.com/cades-ifrn/sobre/issues",
"email": "cades.ifrn@gmail.com"
},
"license": "MIT",
"author": "CADES",
"contributors": [
"David Allysson (http://davidallysson.github.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/cades-ifrn/cades-ifrn.github.io"
},
"dependencies": {
"bootstrap": "4.1.1",
"font-awesome": "4.7.0",
"jquery": "3.3.1",
"jquery.easing": "^1.4.1"
},
"devDependencies": {
"browser-sync": "2.24.3",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.4",
"gulp-header": "2.0.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "4.0.1",
"gulp-uglify": "3.0.0"
}
}