source: interfaz/programacion/Adminmail/static/bower_components/bootstrap/.bower.json @ e6dc6c5

Last change on this file since e6dc6c5 was 464af0f, checked in by Erwin Paredes <eparedes@…>, 8 years ago

Listado, crear, eliminar usuarios individual o por lotes; auteticar desde openldap

  • Property mode set to 100644
File size: 919 bytes
Line 
1{
2  "name": "bootstrap",
3  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4  "keywords": [
5    "css",
6    "js",
7    "less",
8    "mobile-first",
9    "responsive",
10    "front-end",
11    "framework",
12    "web"
13  ],
14  "homepage": "http://getbootstrap.com",
15  "license": "MIT",
16  "moduleType": "globals",
17  "main": [
18    "less/bootstrap.less",
19    "dist/js/bootstrap.js"
20  ],
21  "ignore": [
22    "/.*",
23    "_config.yml",
24    "CNAME",
25    "composer.json",
26    "CONTRIBUTING.md",
27    "docs",
28    "js/tests",
29    "test-infra"
30  ],
31  "dependencies": {
32    "jquery": "1.9.1 - 2"
33  },
34  "version": "3.3.6",
35  "_release": "3.3.6",
36  "_resolution": {
37    "type": "version",
38    "tag": "v3.3.6",
39    "commit": "81df608a40bf0629a1dc08e584849bb1e43e0b7a"
40  },
41  "_source": "git://github.com/twbs/bootstrap.git",
42  "_target": "~3.3.6",
43  "_originalSource": "bootstrap"
44}
Note: See TracBrowser for help on using the repository browser.