-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
48 lines (48 loc) · 1.03 KB
/
package.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
41
42
43
44
45
46
47
48
{
"name": "breeze-client-labs",
"version": "1.5.12",
"description": "Breeze Labs are extensions and utilities for Breeze.js client apps that are not part of core breeze.",
"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.12"
},
"maintainers": [
{
"name": "ideablade",
"email": "[email protected]"
},
{
"name": "jtraband",
"email": "[email protected]"
},
{
"name": "wardbell",
"email": "[email protected]"
},
{
"name": "marcelgood",
"email": "[email protected]"
}
],
"jspm": {
"main": false
}
}