Skip to content

Commit d8c9dee

Browse files
committed
update
1 parent 94c415e commit d8c9dee

File tree

179 files changed

+38753
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+38753
-13
lines changed
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "bootstrap",
3+
"version": "3.1.1",
4+
"main": [
5+
"./dist/css/bootstrap.css",
6+
"./dist/js/bootstrap.js",
7+
"./dist/fonts/glyphicons-halflings-regular.eot",
8+
"./dist/fonts/glyphicons-halflings-regular.svg",
9+
"./dist/fonts/glyphicons-halflings-regular.ttf",
10+
"./dist/fonts/glyphicons-halflings-regular.woff"
11+
],
12+
"ignore": [
13+
"**/.*",
14+
"_config.yml",
15+
"CNAME",
16+
"composer.json",
17+
"CONTRIBUTING.md",
18+
"docs",
19+
"js/tests"
20+
],
21+
"dependencies": {
22+
"jquery": ">= 1.9.0"
23+
},
24+
"homepage": "https://github.com/twbs/bootstrap",
25+
"_release": "3.1.1",
26+
"_resolution": {
27+
"type": "version",
28+
"tag": "v3.1.1",
29+
"commit": "a365d8689c3f3cee7f1acf86b61270ecca8e106d"
30+
},
31+
"_source": "git://github.com/twbs/bootstrap.git",
32+
"_target": "~3.1.1",
33+
"_originalSource": "bootstrap",
34+
"_direct": true
35+
}

0 commit comments

Comments
 (0)