File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments