We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2548fb commit e85fde2Copy full SHA for e85fde2
component.json
@@ -0,0 +1,16 @@
1
+{
2
+ "author": "Danniel Condez",
3
+ "name": "angular-query",
4
+ "description": "High level query provider",
5
+ "version": "0.1.0",
6
+ "homepage": "https://github.com/ducondez/angular-query",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git://github.com/ducondez/angular-query.git"
10
+ },
11
+ "main": "./angular-query.js",
12
+ "dependencies": {
13
+ "jquery": ">= 1.8.0",
14
+ "angular": ">= 1.0.8"
15
+ }
16
+}
0 commit comments