Skip to content

Commit a6626b8

Browse files
author
Amir Tocker
committed
Add bower.json to version 2.x
1 parent 69656a4 commit a6626b8

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

bower.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"name": "cloudinary_ng",
3+
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
4+
"homepage": "https://github.com/cloudinary/cloudinary_angular",
5+
"license": "MIT",
6+
"private": false,
7+
"keywords": [
8+
"angularjs",
9+
"jquery",
10+
"file",
11+
"image",
12+
"media",
13+
"cloud",
14+
"upload",
15+
"widget",
16+
"multiple",
17+
"selection",
18+
"drag",
19+
"drop",
20+
"progress",
21+
"preview",
22+
"cross-domain",
23+
"cross-site",
24+
"chunk",
25+
"resume",
26+
"bootstrap"
27+
],
28+
"dependencies": {
29+
"cloudinary-core": "^2.0.4"
30+
},
31+
"repository": {
32+
"type": "git",
33+
"url": "git://github.com/cloudinary/cloudinary_angular.git"
34+
},
35+
"main": [
36+
"index.js"
37+
],
38+
"ignore": [
39+
"**/*",
40+
"!src/**/*.js",
41+
"!src/**/*.js.map",
42+
"!src/**/*.d.ts",
43+
"!src/**/*.metadata.json",
44+
"!index.js",
45+
"!index.js.map",
46+
"!index.d.ts",
47+
"!index.metadata.json",
48+
"!bower.json"
49+
]
50+
}

0 commit comments

Comments
 (0)