-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
36 lines (36 loc) · 963 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
{
"name": "procult-client",
"version": "1.0.0",
"homepage": "https://github.com/hackultura/procult-client",
"authors": [
"Gilson Filho"
],
"description": "Cliente do projeto Procult",
"license": "GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4",
"angular-aria": "1.4",
"angular-resource": "1.4",
"angular-ui-router": "ui-router#~0.2.15",
"intro.js": "intro-js#~1.1.1",
"angular-intro.js": "~1.3.0",
"angular-material": "~1.0.2",
"material-design-icons": "~2.1.3",
"angular-cookies": "1.4",
"ng-file-upload": "~11.2.3",
"angular-input-masks": "~2.1.1",
"angular-i18n": "1.4",
"angular-loading-bar": "~0.8.0",
"angularPrint": "~0.3.8",
"angular-pretty-bytes": "^1.0.1",
"angular-br-filters": "^0.5.0",
"angular-color-this": "git://github.com/eknowles/angular-color-this.git#v1.0.1"
}
}