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: 641 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}
Note: See TracBrowser for help on using the repository browser.