-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
52 lines (52 loc) · 1.48 KB
/
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
45
46
47
48
49
50
51
52
{
"name": "ember-menglifang",
"version": "0.4.3",
"authors": [
"Tower He <[email protected]>"
],
"description": "Ember Menglifang",
"main": [
"dist/menglifang-app.css",
"dist/menglifang-app.js",
"dist/menglifang-widgets.css",
"dist/menglifang-widgets.js"
],
"keywords": [
"ember"
],
"license": "Beijing Menglifang",
"homepage": "http://gitlab.menglifang.org/base/ember-menglifang",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"handlebars": "~1.3.0",
"ember": "1.7.0",
"bootstrap": "~3.1.0",
"font-awesome": "~4.0.3",
"ember-simple-auth": "~0.3.1",
"ember-data": "1.0.0-beta.8",
"notifier": "https://github.com/Srirangan/notifer.js.git#1.0.0",
"ember-addons.bs_for_ember": "~0.6.0",
"ember-i18n": "~1.6.1",
"select2": "~3.4.5",
"bootstrap-datetimepicker": "https://github.com/smalot/bootstrap-datetimepicker.git",
"antiscroll": "https://github.com/LearnBoost/antiscroll.git",
"jquery": "~1.11.0",
"jquery-ui": "~1.10.4",
"jquery-mousewheel": "~3.1.9",
"ember-table": "https://github.com/emberjs-cn/ember-table.git",
"momentjs": "~2.5.1",
"jquery.browser": "~0.0.6",
"bootstrap-switch": "https://github.com/nostalgiaz/bootstrap-switch.git#3.0",
"es5-shim": "~4.0.3",
"html5shiv": "~3.7.2",
"respond": "~1.4.2",
"list-view": "http://builds.emberjs.com/list-view/list-view-latest.js"
}
}