-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
51 lines (51 loc) · 1.04 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
{
"name": "docs-apis-is",
"description": "Documentation for apis.is",
"version": "2.0.0-alpha",
"homepage": "http://docs.apis.is",
"authors": [
"Benedikt D Valdez <[email protected]>"
],
"license": "MIT",
"private": true,
"dependencies": {
"jquery": "~2.1.3",
"jquery-easing": "*",
"normalize-scss": "~3.0.2",
"requirejs": "~2.1.16",
"requirejs-domready": "~2.0.1",
"requirejs-plugins": "~1.0.3",
"modernizr": "~2.8.3",
"html5-polyfills": "*",
"underscore": "~1.7.0",
"vue": "~0.11.5"
},
"overrides": {
"jquery": {
"main": [
"./dist/jquery.min.js",
"./dist/jquery.min.map"
]
},
"jquery-easing": {
"main": "jquery.easing.min.js"
},
"requirejs-domready": {
"main": "./domReady.js"
},
"modernizr": {
"main": "./modernizr.js"
},
"html5-polyfills": {
"main": [
"./classList.js"
]
},
"underscore": {
"main": [
"./underscore-min.js",
"./underscore-min.map"
]
}
}
}