-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 754 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 754 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
31
{
"name": "ajja",
"version": "4.0.2-dev.0",
"main": [
"src/helpers.js",
"src/localizations/en.js",
"src/localizations/de.js",
"src/templates.js",
"src/template.js",
"src/collection.js",
"src/form.js"
],
"dependencies": {
"knockout": "3.3.0",
"bower-knockout-mapping": "2.5.0",
"classy": "https://github.com/gocept/classy.git",
"handlebars": "4.0.5",
"bootstrap": "~3.3",
"jquery": "*",
"jquery-ui": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/sweh/ajja.git"
},
"authors": [
{"name": "Sebastian Wehrmann", "email": "sebastian@wehrmann.it"},
{"name": "Maik Derstappen", "email": "md@derico.de"}
],
"homepage": "http://ajja.readthedocs.org/"
}