mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-03 14:24:23 +01:00
23 lines
354 B
JSON
23 lines
354 B
JSON
{
|
|
"name": "ngUpload",
|
|
"version": "0.5.18",
|
|
"main": "ng-upload.js",
|
|
"ignore": [
|
|
"node_modules",
|
|
"components",
|
|
"examples",
|
|
"libs",
|
|
"nuget",
|
|
"test",
|
|
".bower.json",
|
|
".gitignore",
|
|
"bower.json",
|
|
"Gruntfile.js",
|
|
"package.json",
|
|
"testacular.conf.js"
|
|
],
|
|
"dependencies": {
|
|
"angular": ">=1.0.4"
|
|
}
|
|
}
|