-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
51 lines (51 loc) · 865 Bytes
/
bower.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
{
"name": "fotec",
"version": "0.2.0",
"homepage": "https://github.com/wendellpbarreto/fotec",
"authors": [
"Wendell P. Barreto <[email protected]>"
],
"description": "Fotec agency website",
"main": "fotec/fotec/assets/js/app.js",
"moduleType": [
"node"
],
"keywords": [
"fotec",
"agência",
"ufrn",
"natal",
"rn",
"rio",
"grande",
"do",
"norte",
"website",
"site",
"notícias",
"fotogaleria",
"fotogalerias",
"vídeo",
"vídeos",
"evento",
"evento",
"podcast",
"podcasts",
"cientec",
"comunicação",
"experimental",
"multimídia"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"foundation": "~5.4.3",
"pace": "~0.5.6"
}
}