forked from danialfarid/ng-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ng-file-upload",
"version": "12.2.13",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-text-replace": "~0.3.12",
"grunt-git": "~0.2.14",
"grunt-serve": "^0.1.6",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^3.1.0"
},
"description": "An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers",
"files": [
"index.js",
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/danialfarid/ng-file-upload.git"
},
"keywords": [
"angularjs",
"ng-file-upload",
"file-upload",
"javascript"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/danialfarid/ng-file-upload/issues"
},
"homepage": "https://github.com/danialfarid/ng-file-upload"
}