-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 837 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 837 Bytes
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
{
"name": "psynteract",
"authors": [
"Felix Henninger <mailbox@felixhenninger.com>",
"Pascal Kieslich <kieslich@psychologie.uni-mannheim.de>"
],
"description": "Backend for Psynteract -- Interactive experiments for the behavioral sciences",
"license": "GPL3",
"homepage": "https://github.com/psynteract/psynteract-backend",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone-couchdb": "janmonschke/backbone-couchdb",
"backbone": "1.2.1",
"lodash": "~3.10.1",
"backbone.marionette": "marionette#2.4.2",
"backbone-modal": "awkward/backbone.modal#~1.1.5",
"jquery-migrate": "~1.2.1",
"jquery-ui": "~1.11.4",
"moment": "~2.10.6",
"bootstrap": "3.3.5",
"font-awesome": "~4.4.0"
}
}