forked from oliversalzburg/absync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 767 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 767 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
{
"name": "absync",
"main": "dist/development/absync.concat.js",
"homepage": "https://github.com/oliversalzburg/absync",
"authors": [
"Oliver Salzburg <oliver.salzburg@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"index.js",
"lib",
"test",
"tests"
],
"devDependencies": {
"angular-1.2.29": "angular#1.2.29",
"angular-1.3.20": "angular#1.3.20",
"angular-1.4.10": "angular#1.4.10",
"angular": "1.5.5",
"angular-mocks-1.2.29": "angular-mocks#1.2.29",
"angular-mocks-1.3.20": "angular-mocks#1.3.20",
"angular-mocks-1.4.10": "angular-mocks#1.4.10",
"angular-mocks": "1.5.5"
},
"resolutions": {
"angular": "1.5.5"
}
}