forked from MatheuGHub/harlan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
62 lines (62 loc) · 1.4 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "harlan",
"version": "0.0.0",
"authors": [
"Lucas Fernando Amorim <[email protected]>"
],
"description": "Harlan é o sistema modular que permite você automatizar toda sua governança cadastral da nuvem.",
"main": "index.html",
"keywords": [
"bipbop",
"crm",
"information",
"api",
"software",
"governo",
"egov",
"receita",
"cpf"
],
"license": "COPYRIGHT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"font-awesome": "~4.7.0",
"toastr": "~2.1.3",
"animate.css": "~3.5.2",
"jquery.bipbop": "~2.2.4",
"mustache": "~2.3.0",
"oauth.io": "~0.6.1",
"moment": "~2.20.1",
"numeral": "~2.0.6",
"jquery": "~3.2.1",
"material-design-lite": "~1.3.0",
"mocha": "~4.1.0",
"chai": "~4.1.2",
"react": "~16.1.0",
"jquery-mask-plugin": "~1.14.12",
"twin-bcrypt": "~2.2.0",
"jquery.payment": "~3.0.0",
"pikaday": "~1.6.1",
"material-design-icons": "~3.0.1",
"vis": "~4.21.0",
"jquery.scrollTo": "~2.1.2",
"konva": "kinetic#^1.5.0",
"csshake": "^1.5.2",
"jquery-ajax-cache": "^2.0.1",
"jquery-ui": "jquery.ui#^1.12.1",
"outdated-browser": "^1.1.5",
"jszip": "^3.1.4",
"jdataview": "^2.5.0"
},
"resolutions": {
"jquery": "~3.2.1",
"jquery.scrollTo": "^2.1.2"
}
}