Skip to content

Commit e85fde2

Browse files
Danniel CondezDanniel Condez
authored andcommitted
component json
1 parent c2548fb commit e85fde2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

component.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)