ng-file-upload
Version:
An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers
43 lines (42 loc) • 1.14 kB
JSON
{
"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": "danial.farid@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/danialfarid/ng-file-upload/issues"
},
"homepage": "https://github.com/danialfarid/ng-file-upload"
}