This repository was archived by the owner on Oct 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
48 lines (48 loc) · 1.29 KB
/
bower.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
{
"name": "Dashboard Evaluon",
"version": "0.0.1",
"authors": [
"Sebastian Osorio <svzosorio@boolinc.co>",
"Pablo Dorado <pandres95@boolinc.co>"
],
"description": "Dashboard para el control de Evaluon",
"main": "/app",
"moduleType": [
"globals"
],
"keywords": [
"Evaluon",
"INCI",
"boolinc"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"app/lib",
"test",
"tests"
],
"dependencies": {
"angular": "1.3.2",
"jquery": "~2.1.1",
"angular-ui-router": "~0.2.11",
"angular-material": "~0.5.1",
"angular-local-storage": "~0.1.5",
"string-formatter": "~0.0.2",
"underscore": "~1.7.0",
"cryptojs-core": "http://crypto-js.googlecode.com/svn/tags/3.1.2/build/components/core-min.js",
"cryptojs-sha1": "http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/sha1.js",
"ng-file-upload": "~1.6.12",
"angular-block-ui": "~0.1.1",
"ng-nvd3": "~0.0.2",
"nvd3": "~1.1.15-beta",
"angular-loading-bar": "~0.6.0",
"ng-csv": "~0.2.6",
"angular-contenteditable": "~0.3.7"
},
"resolutions": {
"angular": "1.3.2"
}
}