forked from wardbell/bower-breeze
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
32 lines (32 loc) · 846 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "bower-breeze-angular",
"version": "1.4.15",
"homepage": "https://github.com/chiefy/bower-breeze",
"description": "BreezeJS client-side library for consumption by bower. Using ng.IPromise instead of Q.Promise.",
"main": ["./breeze.debug.js", "./labs/breeze.angular.js", "./labs/breeze.directives.validation.js", "./labs/breeze.directives.css"],
"scripts": ["./breeze.debug.js", "./labs/breeze.angular.js", "./labs/breeze.directives.validation.js", "./labs/breeze.directives.css"],
"keywords": [
"breeze",
"breezejs",
"microsoft",
"odata",
"rest",
"restful",
"model"
],
"authors": [
"Jay Traband",
"IdeaBlade"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.2"
}
}