forked from angular/angular.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 840 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 840 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
{
"name": "infowrap-angular",
"devDependencies": {
"jquery": "1.10.2",
"lunr.js": "0.4.0",
"google-code-prettify": "1.0.0",
"components-font-awesome": "3.1.0",
"bootstrap": "https://raw.github.com/twbs/bootstrap/v2.0.2/docs/assets/bootstrap.zip",
"closure-compiler": "https://closure-compiler.googlecode.com/files/compiler-20130603.zip",
"ng-closure-runner": "https://raw.github.com/angular/ng-closure-runner/v0.2.2/assets/ng-closure-runner.zip"
},
"version": "0.2.9",
"main": "build/angular.min.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"build/docs",
"build/i18n",
"build/*.zip",
"css",
"docs",
"example",
"i18n",
"images",
"lib",
"logs",
"src",
"test",
"tests",
"*.sh",
"*.rb",
"CONTRUBUTING.md"
]
}