forked from mozilla/kitsune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 877 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
{
"name": "Kitsune",
"description": "Platform for Firefox Help",
"homepage": "http://support.mozilla.org/",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"classnames": "~1.2.2",
"codemirror": "#5.3.0",
"d3": "d3#3.1.5",
"flux": "flux#2.0.2",
"fontawesome": "#4.3.0",
"jquery": "jquery#1.10.1",
"jquery-ui": "jquery-ui#1.10.2",
"mailcheck": "mailcheck#1.1.0",
"modernizr": "modernizr#2.6.1",
"moment": "moment#2.8.3",
"normalize-css": "normalize-css#3.0.2",
"nunjucks": "nunjucks#1.3.4",
"nwmatcher": "nwmatcher#1.3.4",
"pikaday": "~1.3.2",
"react": "#0.13.3",
"react-select": "#0.6.7",
"underscore": "underscore#1.8.2",
"fetch": "#0.9.0",
"es6-promise": "~2.2.0",
"mozilla-tabzilla": "0.5.1"
}
}