forked from bubersson/humla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (36 loc) · 1020 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
{
"version" : "0.0.2",
"name" : "Humla",
"description" : "Presentation Environment for creating and managing HTML5 slides.",
"homepage" : "https://github.com/tomvit/humla",
"keywords" : ["slides", "html5", "education", "presentation"],
"author" : "Tomas Vitvar <t.vitvar@google.com>",
"contributors": [
{
"name": "Tomas Vitvar"
},
{
"name": "Petr Mikota",
"email": "buberssson@gmail.com"
},
{
"name": "Vladimir Riha",
"email": "riha.vladimir@gmail.com"
},
{
"name": "Vojtech Smrcek",
"email": "vojta.smrcek@gmail.com"
}
],
"dependencies" : {
"express": ">= 2.4.1",
"jsdom": ">= 0.2.1",
"mongoose": ">= 2.0.0",
"passport": ">= 0.1.0"
},
"engines": {
"node": ">= 0.4.1 < 0.7.0"
},
"repository": "git://github.com/bubersson/humla",
"main": "humla"
}