We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76b6662 + 56d1554 commit 20c99deCopy full SHA for 20c99de
bower.json
@@ -0,0 +1,29 @@
1
+{
2
+ "name": "fileapi",
3
+ "version": "2.0.10",
4
+ "main": [
5
+ "./dist/FileAPI.flash.camera.swf",
6
+ "./dist/FileAPI.flash.image.swf",
7
+ "./dist/FileAPI.flash.swf",
8
+ "./dist/FileAPI.html5.js",
9
+ "./dist/FileAPI.html5.min.js",
10
+ "./dist/FileAPI.js",
11
+ "./dist/jquery.fileapi.min.js"
12
+ ],
13
+ "dependencies": {
14
+ "jquery":">=1.8.2"
15
+ },
16
+ "ignore": [
17
+ "custom-tasks/",
18
+ "flash/",
19
+ "lib/",
20
+ "plugins/",
21
+ "server/",
22
+ "statics/",
23
+ "tests/",
24
+ "package.json",
25
+ "bower.json",
26
+ "README.md",
27
+ ".*"
28
+ ]
29
+}
0 commit comments