-
Notifications
You must be signed in to change notification settings - Fork 44
/
bower.json
40 lines (39 loc) · 1.16 KB
/
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
33
34
35
36
37
38
39
40
{
"name": "breeze-client-labs",
"version": "1.5.11",
"description": "Breeze Labs is a collection of JavaScript libraries that assist development of Breeze-based applications. They are not part of breeze core. They are often experimental. We (IdeaBlade) offer them to you *as is* with no promise of support and they have a higher risk of breaking changes. Please visit the Breeze Labs github for details.",
"keywords": [
"breeze",
"javascript",
"framework"
],
"homepage": "http://www.getbreezenow.com/documentation/what-are-breeze-labs",
"bugs": {
"url": "http://stackoverflow.com/questions/tagged/breeze"
},
"license": "MIT",
"author": {
"name": "IdeaBlade",
"url": "http://www.ideablade.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/Breeze/breeze.js.labs.git"
},
"main": [],
"dependencies": {
"breeze-client": "^1.5.10"
},
"ignore": [
"nuget.builds",
".gitignore",
".npmignore",
"LICENSE",
"package.json",
"b00_breeze.modelLibrary.new-backingstore.js",
"breeze.angular.js",
"breeze.ajaxrestinterceptor.js",
"breeze.to$q.shim.js",
"ngMidwayTester.js"
]
}