-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 747 Bytes
/
Copy pathbower.json
File metadata and controls
36 lines (36 loc) · 747 Bytes
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": "tfgCrowDevelop",
"description": "",
"main": "index.js",
"authors": [
"Héctor Macías <hectormaciasc@gmail.com>"
],
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5.8",
"angular-animate": "1.5.8",
"angular-route": "1.5.8",
"angular-ui-router": "^0.3.1",
"angularfire": "^2.0.2",
"bootstrap": "v4.0.0-alpha.4",
"jquery.payment": "jquery-payment#^1.1.6",
"ngstorage": "^0.3.11"
},
"resolutions": {
"bootstrap": "v4.0.0-alpha.4"
},
"devDependencies": {
"angular": "1.5.8",
"angular-mocks": "1.5.8",
"bower": "*",
"install": "^1.0.4"
}
}