forked from etsy/411
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 1017 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
39
40
41
42
43
44
{
"name": "FourOneOne",
"version": "1.0.0",
"homepage": "https://github.com/etsy/411",
"authors": [
"Kai Zhong <[email protected]>",
"Ken Lee <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"moduleType": [
"globals"
],
"dependencies": {
"autosize": "^3.0.12",
"backbone": "^1.2.2",
"bootstrap": "^3.3.4",
"bootswatch": "^3.3.5",
"codemirror": "~5.19.0",
"eonasdan-bootstrap-datetimepicker": "~3.1.0",
"false": "~0.1.0",
"handlebars": "~3.0.3",
"jquery": "~2.1.4",
"jquery.tablesorter": "~2.23.2",
"moment": "~2.10.3",
"mousetrap": "~1.5.3",
"requirejs": "~2.1.20",
"requirejs-text": "~2.0.14",
"routefilter": "~0.2.1",
"select2": "^3.3.2",
"select2-bootstrap3-css": "~1.4.6",
"underscore": "~1.8.3",
"uri.js": "~1.16.0",
"dragula.js": "dragula#^3.7.0",
"Chart.js": "~2.1.6",
"moment-timezone": "^0.5.13"
}
}