-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
65 lines (65 loc) · 1.9 KB
/
Copy pathbower.json
File metadata and controls
65 lines (65 loc) · 1.9 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "emf",
"description": "Epicor Mobile Framework",
"comment": "The Epicor Mobile Framework (EMF) provides components and tools for developing responsive web applications which can scale and adapt to devices from phones to desktops.",
"version": "1.1.0-dev.175",
"main": [
"emf.js",
"emf.min.js"
],
"ignore": [
"node_modules",
"bower_components",
"lib"
],
"dependencies": {
"angular": "~1.5.5",
"angular-animate": "~1.5.5",
"angular-aria": "~1.5.5",
"angular-bootstrap": "~1.3.2",
"angular-cookies": "~1.5.5",
"angular-mocks": "~1.5.5",
"angular-resource": "~1.5.5",
"angular-route": "~1.5.5",
"angular-sanitize": "~1.5.5",
"angular-touch": "~1.5.5",
"angular-ui-router": "~0.3.0",
"angular-ui-utils": "~3.0.0",
"animate.css": "~3.5.1",
"bootstrap": "~3.3.6",
"datatables": "~1.10.11",
"enquire": "~2.1.2",
"fastclick": "~1.0.6",
"font-awesome": "~4.6.3",
"jquery": "~2.2.3",
"metrojs": "~0.9.77",
"moment": "~2.13.0",
"numeral": "numeraljs#~1.5.3",
"underscore": "~1.8.3",
"c3": "~0.4.10",
"angular-bootstrap-colorpicker": "^3.0.25",
"IndexedDBShim": "^2.2.1",
"angular-vs-repeat": "^1.1.7",
"jSignature": "^2.1.2"
},
"devDependencies": {},
"exportsOverride": {
"*": {
"bower": [
"**/*.min.js",
"**/*.min.css",
"**/fastclick.js",
"**/*-min.js",
"**/underscore-min.map",
"**/*.eot",
"**/*.svg",
"**/*.ttf",
"**/*.woff",
"**/*.woff2",
"**/*.png",
"**/*.bmp",
"**/*.woff"
]
}
}
}