-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 703 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 703 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
{
"name": "ng-closure-compiler-rails-template",
"version": "0.0.1",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"closure-compiler": "http://dl.google.com/closure-compiler/compiler-20141023.zip",
"closure-library": "git://github.com/google/closure-library.git#161037749f1efee3142630bba5092709cb09f796",
"jquery": "~2.1.1",
"angular": "1.3.0-beta.11",
"angular-route": "1.3.0-beta.11",
"angular-touch": "~1.2.20",
"postal.js": "0.12.3"
},
"devDependencies": {
"angular-mocks": "1.3.0-beta.11",
"angular-scenario": "1.3.0-beta.11"
},
"resolutions": {
"angular": "1.3.0-beta.11"
}
}