-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
50 lines (50 loc) · 1.15 KB
/
bower.json
File metadata and controls
50 lines (50 loc) · 1.15 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "angular-toolbelt",
"description": "Handy directives and services that can be easily incorporated into any AngularJS web project",
"version": "0.3.0",
"main": "dist/angular-toolbelt",
"dependencies": {
"angular": "~1",
"angular-sanitize": "~1",
"angular-resource": "~1"
},
"devDependencies": {
"angular-mocks": "~1",
"marked": "latest",
"highlightjs": "latest"
},
"keywords": [
"js",
"angular",
"directives",
"filters",
"web"
],
"homepage": "http://toolbelt.sysen.co.uk",
"ignore": [
"README.md",
".gitignore",
"package.json",
"bower.json",
"gruntfile.js",
"karma.conf.js",
"*.yml",
"lib",
"example",
"test"
],
"exportsOverride": {
"jquery": {},
"bootstrap": {
"css": "dist/css/bootstrap.min.css",
"fonts": "fonts/*"
},
"font-awesome": {
"css": "css/font-awesome.min.css",
"fonts": "fonts/*"
},
"marked": {
".": "lib"
}
}
}