We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f71c63 commit 80da95aCopy full SHA for 80da95a
1 file changed
package.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "angular-batchupload",
3
+ "version": "1.0.0",
4
+ "description": "A wrapper module to angular for the batchupload library",
5
+ "main": "ng-batchupload.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/curiosity26/angular-batchupload.git"
12
13
+ "keywords": [
14
+ "angular",
15
+ "batchupload",
16
+ "drag",
17
+ "drop",
18
+ "upload",
19
+ "html5"
20
+ ],
21
+ "author": "Alex Boyce <curiosity26@gmail.com>",
22
+ "license": "MIT",
23
+ "bugs": {
24
+ "url": "https://github.com/curiosity26/angular-batchupload/issues"
25
26
+ "homepage": "https://github.com/curiosity26/angular-batchupload#readme"
27
+}
0 commit comments