This repository was archived by the owner on Apr 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.49 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.49 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "arsnova-presenter",
"version": "1.2.0-alpha",
"description": "Presenter is an ARSnova frontend for lecturers intended to be used for preparation and presentation of ARSnova sessions. It focuses on modern didactic concepts, especially Peer Instruction. But it can still be used for quick and simple surveys.",
"author": {
"name": "Daniel Gerhardt",
"email": "code@dgerhardt.net",
"url": "http://dgerhardt.net"
},
"license": "LGPL-3.0+",
"keywords": [
"arsnova",
"education",
"classroom",
"audience",
"response",
"system",
"feedback",
"voting",
"survey",
"poll",
"question",
"peer",
"instruction",
"rest",
"websocket"
],
"repository": {
"type": "git",
"url": "https://github.com/thm-projects/arsnova-presenter.git"
},
"directories": {
"lib": "src"
},
"devDependencies": {
"bower": "~1",
"dojo-util": "git://github.com/dojo/util.git#1.10.4",
"grunt": "~0.4.5",
"grunt-dojo": "~1.0",
"grunt-connect-proxy": "~0.2",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-connect": "~0.9",
"grunt-contrib-copy": "~0.7",
"grunt-contrib-cssmin": "~0.11",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-less": "~1.0",
"grunt-contrib-symlink": "~0.3",
"grunt-contrib-uglify": "~0.7",
"grunt-contrib-watch": "~0.6",
"grunt-inline": "~0.3",
"grunt-jscs": "~1.1",
"grunt-newer": "~1.1",
"grunt-shell": "~1.1",
"grunt-war": "~0.4.4",
"intern": "~2.2",
"time-grunt": "~1.0"
},
"private": true,
"dojoBuild": "src/presenter.profile.js"
}