- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
Latest commit
21 lines (21 loc) · 474 Bytes
/
Copy pathbower.json
File metadata and controls
21 lines (21 loc) · 474 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "angularJS-IL",
"version": "1.0.0",
"dependencies": {
"bootstrap": "2.3.2",
"angular": "1.2.0-rc.1",
"angular-resource": "1.2.0-rc.1",
"angular-cookies": "1.2.0-rc.1",
"angular-route": "1.2.0-rc.1",
"angular-bootstrap": "~0.4.0",
"json3": "~3.2.4",
"jquery": "~1.9.1"
},
"devDependencies": {
"angular-mocks": "1.2.0-rc.1",
"angular-scenario": "1.2.0-rc.1"
},
"resolutions": {
"angular": "1.2.0-rc.1"
}
}