-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 885 Bytes
/
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
{
"name": "ose-bb",
"preferGlobal": true,
"version": "0.1.0",
"author": "Jan Snasel <[email protected]>",
"description": "Open Smart Environment HTML5 frontend",
"contributors": [
{
"name": "Jan Snasel",
"email": "[email protected]"
},
{
"name": "Fred Rooks",
"email": "[email protected]"
}
],
"main": "./lib/index",
"repository": {
"type": "git",
"url": "https://github.com/opensmartenvironment/ose-bb.git"
},
"keywords": [
"open smart environment",
"gui",
"frontend",
"html5",
"javascript"
],
"dependencies": {
"hammerjs": ">=2.0.4*",
"jquery-hammerjs": ">=2.0.0*",
"jquery": ">=2.1.1",
"moment": "*",
"punycode": "*",
"url": "*"
},
"peerDependencies": {
"ose": "*"
},
"scripts": {
"prepublish": "scripts/getDepends"
},
"license": "GPL-3.0+"
}