Skip to content

Commit a32f599

Browse files
committed
first commit
0 parents  commit a32f599

5 files changed

+858
-0
lines changed

composer.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "opencorpora/bootstrap",
3+
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
4+
"type": "component",
5+
"keywords": [
6+
"bootstrap",
7+
"css"
8+
],
9+
"homepage": "http://twitter.github.com/bootstrap/",
10+
"license": "Apache-2.0",
11+
"authors": [
12+
{
13+
"name": "Twitter, Inc"
14+
}
15+
],
16+
"require": {
17+
"components/jquery": "1.9.*"
18+
},
19+
"extra": {
20+
"component": {
21+
"scripts": [
22+
"js/bootstrap.min.js"
23+
],
24+
"files": [
25+
"js/bootstrap.min.js",
26+
"css/*.css",
27+
"img/*.png"
28+
],
29+
"shim": {
30+
"deps": ["jquery"]
31+
}
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)