Skip to content

Commit 20c99de

Browse files
committed
Merge pull request mailru#297 from hppycoder/master-addBower
Adding bower.json
2 parents 76b6662 + 56d1554 commit 20c99de

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

bower.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)