20 lines
596 B
JSON
20 lines
596 B
JSON
|
{
|
||
|
"name": "angular-file-upload",
|
||
|
"version": "1.1.6",
|
||
|
"homepage": "https://github.com/nervgh/angular-file-upload",
|
||
|
"description": "Angular File Upload is a module for the AngularJS framework",
|
||
|
"author": {
|
||
|
"name": "nerv",
|
||
|
"url": "https://github.com/nervgh"
|
||
|
},
|
||
|
"main": "angular-file-upload.min.js",
|
||
|
"dependencies": {
|
||
|
"coffee-script": "~1.6.2",
|
||
|
"grunt-contrib-copy": "~0.4.1",
|
||
|
"grunt-contrib-clean": "~0.4.0",
|
||
|
"grunt-contrib-concat": "~0.3.0",
|
||
|
"grunt-contrib-uglify": "~0.2.1",
|
||
|
"grunt": "~0.4.1"
|
||
|
}
|
||
|
}
|