Commit 92bd83f5fba8f7883054df33aa47cc3717bbc2fa
1 parent
1d6ddfa62a
Exists in
master
and in
1 other branch
commit
Showing 4 changed files with 5 additions and 2 deletions Inline Diff
.DS_Store
No preview for this file type
.gitignore
1 | node_modules | 1 | node_modules |
2 | .tmp | 2 | .tmp |
3 | .sass-cache | 3 | .sass-cache |
4 | .idea | 4 | .idea |
5 | npm-debug.log | ||
6 | /app/bower_components/ | ||
7 | .DS_Store |
app/bower_components/bootstrap/.bower.json
1 | { | 1 | { |
2 | "name": "bootstrap", | 2 | "name": "bootstrap", |
3 | "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", | 3 | "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", |
4 | "keywords": [ | 4 | "keywords": [ |
5 | "css", | 5 | "css", |
6 | "js", | 6 | "js", |
7 | "less", | 7 | "less", |
8 | "mobile-first", | 8 | "mobile-first", |
9 | "responsive", | 9 | "responsive", |
10 | "front-end", | 10 | "front-end", |
11 | "framework", | 11 | "framework", |
12 | "web" | 12 | "web" |
13 | ], | 13 | ], |
14 | "homepage": "http://getbootstrap.com", | 14 | "homepage": "http://getbootstrap.com", |
15 | "license": "MIT", | 15 | "license": "MIT", |
16 | "moduleType": "globals", | 16 | "moduleType": "globals", |
17 | "main": [ | 17 | "main": [ |
18 | "less/bootstrap.less", | 18 | "less/bootstrap.less", |
19 | "dist/js/bootstrap.js" | 19 | "dist/js/bootstrap.js" |
20 | ], | 20 | ], |
21 | "ignore": [ | 21 | "ignore": [ |
22 | "/.*", | 22 | "/.*", |
23 | "_config.yml", | 23 | "_config.yml", |
24 | "CNAME", | 24 | "CNAME", |
25 | "composer.json", | 25 | "composer.json", |
26 | "CONTRIBUTING.md", | 26 | "CONTRIBUTING.md", |
27 | "docs", | 27 | "docs", |
28 | "js/tests", | 28 | "js/tests", |
29 | "test-infra" | 29 | "test-infra" |
30 | ], | 30 | ], |
31 | "dependencies": { | 31 | "dependencies": { |
32 | "jquery": "1.9.1 - 3" | 32 | "jquery": "1.9.1 - 3" |
33 | }, | 33 | }, |
34 | "version": "3.3.7", | 34 | "version": "3.3.7", |
35 | "_release": "3.3.7", | 35 | "_release": "3.3.7", |
36 | "_resolution": { | 36 | "_resolution": { |
37 | "type": "version", | 37 | "type": "version", |
38 | "tag": "v3.3.7", | 38 | "tag": "v3.3.7", |
39 | "commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" | 39 | "commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" |
40 | }, | 40 | }, |
41 | "_source": "https://github.com/twbs/bootstrap.git", | 41 | "_source": "https://github.com/twbs/bootstrap.git", |
42 | "_target": "^3.3.7", | 42 | "_target": "~3.3.7", |
43 | "_originalSource": "bootstrap" | 43 | "_originalSource": "bootstrap" |
44 | } | 44 | } |
app/bower_components/jquery/.bower.json
1 | { | 1 | { |
2 | "name": "jquery", | 2 | "name": "jquery", |
3 | "main": "dist/jquery.js", | 3 | "main": "dist/jquery.js", |
4 | "license": "MIT", | 4 | "license": "MIT", |
5 | "ignore": [ | 5 | "ignore": [ |
6 | "package.json" | 6 | "package.json" |
7 | ], | 7 | ], |
8 | "keywords": [ | 8 | "keywords": [ |
9 | "jquery", | 9 | "jquery", |
10 | "javascript", | 10 | "javascript", |
11 | "browser", | 11 | "browser", |
12 | "library" | 12 | "library" |
13 | ], | 13 | ], |
14 | "homepage": "https://github.com/jquery/jquery-dist", | 14 | "homepage": "https://github.com/jquery/jquery-dist", |
15 | "version": "3.1.1", | 15 | "version": "3.1.1", |
16 | "_release": "3.1.1", | 16 | "_release": "3.1.1", |
17 | "_resolution": { | 17 | "_resolution": { |
18 | "type": "version", | 18 | "type": "version", |
19 | "tag": "3.1.1", | 19 | "tag": "3.1.1", |
20 | "commit": "1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3" | 20 | "commit": "1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3" |
21 | }, | 21 | }, |
22 | "_source": "https://github.com/jquery/jquery-dist.git", | 22 | "_source": "https://github.com/jquery/jquery-dist.git", |
23 | "_target": "^3.1.1", | 23 | "_target": ">=1.6.4", |
24 | "_originalSource": "jquery" | 24 | "_originalSource": "jquery" |
25 | } | 25 | } |