@ -1,3 +0,0 @@ | |||||
{ | |||||
"directory": "wwwroot/lib" | |||||
} |
@ -1,8 +0,0 @@ | |||||
{ | |||||
"name": "asp.net", | |||||
"private": true, | |||||
"dependencies": { | |||||
"bootstrap": "3.3.7", | |||||
"jquery": "2.2.0" | |||||
} | |||||
} |
@ -0,0 +1,42 @@ | |||||
{ | |||||
"defaultProvider": "cdnjs", | |||||
"libraries": [ | |||||
{ | |||||
"destination": "wwwroot/lib/bootstrap", | |||||
"files": [ | |||||
"dist/css/bootstrap.css", | |||||
"dist/css/bootstrap.css.map", | |||||
"dist/css/bootstrap.min.css", | |||||
"dist/css/bootstrap.min.css.map", | |||||
"dist/css/bootstrap-theme.css", | |||||
"dist/css/bootstrap-theme.css.map", | |||||
"dist/css/bootstrap-theme.min.css", | |||||
"dist/css/bootstrap-theme.min.css.map", | |||||
"dist/fonts/glyphicons-halflings-regular.eot", | |||||
"dist/fonts/glyphicons-halflings-regular.svg", | |||||
"dist/fonts/glyphicons-halflings-regular.ttf", | |||||
"dist/fonts/glyphicons-halflings-regular.woff", | |||||
"dist/fonts/glyphicons-halflings-regular.woff2", | |||||
"dist/js/bootstrap.js", | |||||
"dist/js/bootstrap.min.js", | |||||
"fonts/glyphicons-halflings-regular.eot", | |||||
"fonts/glyphicons-halflings-regular.svg", | |||||
"fonts/glyphicons-halflings-regular.ttf", | |||||
"fonts/glyphicons-halflings-regular.woff", | |||||
"fonts/glyphicons-halflings-regular.woff2" | |||||
], | |||||
"library": "bootstrap@3.3.7", | |||||
"provider": "unpkg" | |||||
}, | |||||
{ | |||||
"destination": "wwwroot/lib/jquery", | |||||
"files": [ | |||||
"jquery.js", | |||||
"jquery.min.js", | |||||
"jquery.min.map" | |||||
], | |||||
"library": "jquery@2.2.0" | |||||
} | |||||
], | |||||
"version": "1.0" | |||||
} |
@ -1,45 +0,0 @@ | |||||
{ | |||||
"name": "bootstrap", | |||||
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", | |||||
"keywords": [ | |||||
"css", | |||||
"js", | |||||
"less", | |||||
"mobile-first", | |||||
"responsive", | |||||
"front-end", | |||||
"framework", | |||||
"web" | |||||
], | |||||
"homepage": "http://getbootstrap.com", | |||||
"license": "MIT", | |||||
"moduleType": "globals", | |||||
"main": [ | |||||
"less/bootstrap.less", | |||||
"dist/js/bootstrap.js" | |||||
], | |||||
"ignore": [ | |||||
"/.*", | |||||
"_config.yml", | |||||
"CNAME", | |||||
"composer.json", | |||||
"CONTRIBUTING.md", | |||||
"docs", | |||||
"js/tests", | |||||
"test-infra" | |||||
], | |||||
"dependencies": { | |||||
"jquery": "1.9.1 - 3" | |||||
}, | |||||
"version": "3.3.7", | |||||
"_release": "3.3.7", | |||||
"_resolution": { | |||||
"type": "version", | |||||
"tag": "v3.3.7", | |||||
"commit": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" | |||||
}, | |||||
"_source": "https://github.com/twbs/bootstrap.git", | |||||
"_target": "v3.3.7", | |||||
"_originalSource": "bootstrap", | |||||
"_direct": true | |||||
} |
@ -1,21 +0,0 @@ | |||||
The MIT License (MIT) | |||||
Copyright (c) 2011-2016 Twitter, Inc. | |||||
Permission is hereby granted, free of charge, to any person obtaining a copy | |||||
of this software and associated documentation files (the "Software"), to deal | |||||
in the Software without restriction, including without limitation the rights | |||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |||||
copies of the Software, and to permit persons to whom the Software is | |||||
furnished to do so, subject to the following conditions: | |||||
The above copyright notice and this permission notice shall be included in | |||||
all copies or substantial portions of the Software. | |||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |||||
THE SOFTWARE. |
@ -1,13 +0,0 @@ | |||||
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. | |||||
require('../../js/transition.js') | |||||
require('../../js/alert.js') | |||||
require('../../js/button.js') | |||||
require('../../js/carousel.js') | |||||
require('../../js/collapse.js') | |||||
require('../../js/dropdown.js') | |||||
require('../../js/modal.js') | |||||
require('../../js/tooltip.js') | |||||
require('../../js/popover.js') | |||||
require('../../js/scrollspy.js') | |||||
require('../../js/tab.js') | |||||
require('../../js/affix.js') |
@ -1,25 +0,0 @@ | |||||
{ | |||||
"name": "jquery", | |||||
"main": "dist/jquery.js", | |||||
"license": "MIT", | |||||
"ignore": [ | |||||
"package.json" | |||||
], | |||||
"keywords": [ | |||||
"jquery", | |||||
"javascript", | |||||
"browser", | |||||
"library" | |||||
], | |||||
"homepage": "https://github.com/jquery/jquery-dist", | |||||
"version": "2.2.0", | |||||
"_release": "2.2.0", | |||||
"_resolution": { | |||||
"type": "version", | |||||
"tag": "2.2.0", | |||||
"commit": "6fc01e29bdad0964f62ef56d01297039cdcadbe5" | |||||
}, | |||||
"_source": "git://github.com/jquery/jquery-dist.git", | |||||
"_target": "2.2.0", | |||||
"_originalSource": "jquery" | |||||
} |
@ -1,36 +0,0 @@ | |||||
Copyright jQuery Foundation and other contributors, https://jquery.org/ | |||||
This software consists of voluntary contributions made by many | |||||
individuals. For exact contribution history, see the revision history | |||||
available at https://github.com/jquery/jquery | |||||
The following license applies to all parts of this software except as | |||||
documented below: | |||||
==== | |||||
Permission is hereby granted, free of charge, to any person obtaining | |||||
a copy of this software and associated documentation files (the | |||||
"Software"), to deal in the Software without restriction, including | |||||
without limitation the rights to use, copy, modify, merge, publish, | |||||
distribute, sublicense, and/or sell copies of the Software, and to | |||||
permit persons to whom the Software is furnished to do so, subject to | |||||
the following conditions: | |||||
The above copyright notice and this permission notice shall be | |||||
included in all copies or substantial portions of the Software. | |||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | |||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | |||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | |||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |||||
==== | |||||
All files located in the node_modules and external directories are | |||||
externally maintained libraries used by this software which have their | |||||
own licenses; we recommend you read them, as their terms may differ from | |||||
the terms above. |