-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbower.json
53 lines (53 loc) · 1.18 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
{
"name": "ingot",
"description": "Conversion optimization made easy for WordPress",
"main": "/assets/admin/js",
"authors": [
"Josh Pollock"
],
"license": "GPLv2+",
"keywords": [
"wordpress-plugin"
],
"homepage": "http://IngotHQ.com",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.3.0",
"angular-ui-router": "~0.2.15",
"angular-aria": "~1.4.8",
"angular-resource": "~1.4.8",
"angular-bootstrap-colorpicker": "~3.0.22",
"angular-sanitize": "~1.3.15",
"angular-translate-storage-local": "~2.7.2",
"bootstrap": "~3.3.6",
"Chart.js": "~1.0.2",
"sweetalert": "~1.1.0",
"bootstrap-bower": "https://github.com/angular-ui/bootstrap-bower/",
"ngclipboard": "~1.1.0",
"select2": "~4.0.1",
"angular-bootstrap": "~1.3.2",
"remodal": "~1.1.0"
},
"resolutions": {
"angular": "1.3.0",
"messageformat": "~0.2.2"
},
"install": {
"path": {
"css": "assets/vendor/css",
"js": "assets/vendor/js",
"/[sc|le]ss$/": "assets/vendor/css"
},
"ignore": [
"jquery"
]
}
}