-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
52 lines (52 loc) · 1.09 KB
/
bower.json
File metadata and controls
52 lines (52 loc) · 1.09 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
51
52
{
"name": "angular-gist-embed",
"version": "0.0.6",
"main": "./dist/angular-gist-embed.js",
"homepage": "https://github.com/pasupulaphani/angular-gist-embed",
"authors": [
"pasupulaphani <pasupulaphani@gmail.com>"
],
"license": "Apache",
"description": "Github gist embedding for your website in angular",
"keywords": [
"gist-embed",
"gist",
"github",
"embed",
"angular",
"angularjs"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
".editorconfig",
"bower.json",
"Gruntfile.js",
"package.json",
"README.md",
"static"
],
"dependencies": {
"angular": "~1.2",
"jquery": "~1.8.3 "
},
"devDependencies": {
"angular-mocks": "~1.2",
"angular-scenario": "~1.2"
},
"locations": [
"http://ngmodules.org/modules/angular-gist-embed",
"http://pasupulaphani.github.io/angular-gist-embed/#/",
"http://bower.io/search/?q=angular-gist-embed"
],
"resolutions": {
"angular": "~1.2"
}
}