bower.json 377 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
    "name": "angular-file-upload",
    "version": "1.1.5",
    "main": "angular-file-upload.js",
    "homepage": "https://github.com/nervgh/angular-file-upload",
    "ignore": ["examples"],
    "dependencies": {
        "angular": "~1.2.11",
        "es5-shim": ">=3.4.0"
    },
    "keywords": [
        "angular",
        "file",
        "upload",
        "module"
    ]
}