[tor-commits] [ooni-probe/master] Add component.json file to ng-upload

art at torproject.org art at torproject.org
Thu Aug 22 17:28:28 UTC 2013


commit eb82c86e4545d553d325291d4681b37d69269f29
Author: Arturo Filastò <art at fuffa.org>
Date:   Thu Aug 22 19:28:00 2013 +0200

    Add component.json file to ng-upload
---
 data/ui/app/libs/ng-upload/component.json |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/data/ui/app/libs/ng-upload/component.json b/data/ui/app/libs/ng-upload/component.json
new file mode 100644
index 0000000..c1667ab
--- /dev/null
+++ b/data/ui/app/libs/ng-upload/component.json
@@ -0,0 +1,23 @@
+{
+  "name": "ngUpload",
+  "version": "0.3.2",
+  "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": {
+    "jquery": "~1.9.1",
+    "angular": "~1.0.4"
+  }
+}



More information about the tor-commits mailing list