forked from distros/bootstrap-less
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 899 Bytes
/
package.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
{
"name": "bootstrap-less",
"version": "3.3.9",
"description": "less files for bootstrap",
"keywords": [
"bootstrap",
"less"
],
"repository": {
"type": "git",
"url": "[email protected]:distros/bootstrap-less.git"
},
"bugs": {
"url": "https://github.com/distros/bootstrap-less/issues"
},
"main": "js/bootstrap",
"format": "global",
"shim": {
"js/bootstrap": ["jquery"],
"js/bootstrap.min": ["jquery"],
"js/affix": ["jquery"],
"js/alert": ["jquery"],
"js/button": ["jquery"],
"js/carousel": ["jquery"],
"js/collapse": ["jquery"],
"js/dropdown": ["jquery"],
"js/modal": ["jquery"],
"js/popover": ["jquery"],
"js/scrollspy": ["jquery"],
"js/tab": ["jquery"],
"js/tooltip": ["jquery"],
"js/transition": ["jquery"]
},
"jspm":{
"dependencies": {
"jquery": "github:components/jquery"
}
}
}