forked from cloudinary/cloudinary_angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 956 Bytes
/
bower.json
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": "cloudinary_ng",
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
"homepage": "https://github.com/cloudinary/cloudinary_angular",
"license": "MIT",
"private": false,
"keywords": [
"angularjs",
"jquery",
"file",
"image",
"media",
"cloud",
"upload",
"widget",
"multiple",
"selection",
"drag",
"drop",
"progress",
"preview",
"cross-domain",
"cross-site",
"chunk",
"resume",
"bootstrap"
],
"dependencies": {
"cloudinary-core": "^2.0.4"
},
"repository": {
"type": "git",
"url": "git://github.com/cloudinary/cloudinary_angular.git"
},
"main": [
"index.js"
],
"ignore": [
"**/*",
"!src/**/*.js",
"!src/**/*.js.map",
"!src/**/*.d.ts",
"!src/**/*.metadata.json",
"!index.js",
"!index.js.map",
"!index.d.ts",
"!index.metadata.json",
"!bower.json"
]
}