-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
38 lines (38 loc) · 854 Bytes
/
bower.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
{
"name": "pladen",
"version": "0.0.0",
"authors": [
"Thomas Scholtes <thomas-scholtes@gmx.de>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.1.1",
"backbone.marionette": "marionette#~1.8.3",
"mustache": "~0.8.1",
"crossroads": "~0.12.0",
"hasher": "~1.2.0",
"q": "~1.0.0",
"requirejs": "~2.1.11",
"fastclick": "~1.0.1",
"move": "git@github.com:visionmedia/move.js.git#0.3.2",
"almond": "~0.2.9",
"moment": "momentjs#~2.6.0",
"hgn": "requirejs-hogan-plugin#",
"text": "requirejs-text#",
"signals": "js-signals#",
"when": "^3.1.0",
"superagent": "~0.18.0",
"hammer": "hammerjs#^2.0.4",
"bacon": "~0.7.23"
},
"devDependencies": {
"hogan": "~3.0.2"
}
}