forked from mozilla/firehug
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 750 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 750 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
32
33
34
35
{
"name": "firehug",
"version": "1.0.1",
"homepage": "https://github.com/fuzzyfox/firehug",
"description": "A human-conference schedule app to guide you through the experience.",
"keywords": [
"mozilla",
"festival",
"event",
"webapp",
"schedule"
],
"license": "MPL-2.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"later": "*",
"jquery": "~2.1.1",
"bootstrap": "~3.2.0",
"nunjucks": "~1.0.7",
"moment": "~2.8.3",
"routie": "~0.3.2",
"font-awesome": "~4.2.0",
"marked": "~0.3.2",
"moment-timezone": "~0.2.2",
"webmaker-analytics": "~0.1.7",
"visionmedia/debug": "~2.1.1"
}
}