We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e866dd commit 0a4c295Copy full SHA for 0a4c295
bower.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "deep-uploader",
3
+ "version": "0.1.0",
4
+ "homepage": "https://github.com/deepdevelop/DeepUploader",
5
+ "authors": [
6
+ "greatghoul <[email protected]>"
7
+ ],
8
+ "description": "",
9
+ "main": "dist/deep_uploader.js",
10
+ "moduleType": [],
11
+ "license": "MIT",
12
+ "ignore": [
13
+ "**/.*",
14
+ "node_modules",
15
+ "bower_components",
16
+ "test",
17
+ "tests"
18
+ ]
19
+}
package.json
@@ -1,6 +1,6 @@
{
- "name": "deep_uploader",
- "version": "1.0.0",
"description": "七牛直传组件",
"main": "dist/deep_uploader.js",
"scripts": {
0 commit comments